Skip to content

Commit e6a5e83

Browse files
[cmake] Remove useless dependency to Boost_LIBRARIES
Pointed out by G. Saurel and J. Mirabel.
1 parent 53b9fb0 commit e6a5e83

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/CMakeLists.txt

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

0 commit comments

Comments
 (0)