We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90f7ae5 commit c7c8b70Copy full SHA for c7c8b70
util/CMakeLists.txt
@@ -85,7 +85,7 @@ set_target_properties(kenlm_util PROPERTIES POSITION_INDEPENDENT_CODE ON)
85
target_link_libraries(kenlm_util
86
PUBLIC
87
# Boost is required for building binaries and tests
88
- "$<BUILD_INTERFACE:${Boost_LIBRARIES}>"
+ $<BUILD_INTERFACE:${Boost_LIBRARIES}>
89
PRIVATE
90
Threads::Threads
91
${RT})
0 commit comments