Skip to content

Commit

Permalink
cmake: fix linux&mac build
Browse files Browse the repository at this point in the history
  • Loading branch information
zdenop committed Nov 6, 2022
1 parent 4ab09a6 commit 490611e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/training/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ if(ICU_FOUND)
PkgConfig::ICU)
else()
target_link_libraries(unicharset_training PUBLIC common_training
ICU::uc ICU::i18n
${ICU_LIBRARIES}
${ICU_LINK_LIBRARIES})
endif()
endif()
Expand Down

2 comments on commit 490611e

@amitdo
Copy link
Collaborator

@amitdo amitdo commented on 490611e Nov 7, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

macOS builds still fail. Linux is OK.

@zdenop
Copy link
Contributor Author

@zdenop zdenop commented on 490611e Nov 9, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have no mac experience, but lets try this 7d073f2

Please sign in to comment.