Skip to content

Commit c7c8b70

Browse files
committed
stringifying generator seems to break expansion.
1 parent 90f7ae5 commit c7c8b70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

util/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ set_target_properties(kenlm_util PROPERTIES POSITION_INDEPENDENT_CODE ON)
8585
target_link_libraries(kenlm_util
8686
PUBLIC
8787
# Boost is required for building binaries and tests
88-
"$<BUILD_INTERFACE:${Boost_LIBRARIES}>"
88+
$<BUILD_INTERFACE:${Boost_LIBRARIES}>
8989
PRIVATE
9090
Threads::Threads
9191
${RT})

0 commit comments

Comments
 (0)