Skip to content
This repository was archived by the owner on Nov 28, 2025. It is now read-only.

Commit f90ea7a

Browse files
Revert "[cmake] Remove useless dependency to Boost_LIBRARIES"
This reverts commit 4a53404.
1 parent f8be8eb commit f90ea7a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ FOREACH(path ${tests})
118118
TARGET_LINK_LIBRARIES(${test}
119119
PUBLIC
120120
${PROJECT_NAME}
121+
${Boost_LIBRARIES}
121122
${TEST_${test}_LIBS} ${TEST_${test}_EXT_LIBS}
122123
dynamic-graph::dynamic-graph)
123124

0 commit comments

Comments
 (0)