We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b3b82cd + 28f54f9 commit 390eab5Copy full SHA for 390eab5
test/CMakeLists.txt
@@ -9,5 +9,5 @@ set(executables test-base test-trans test-generators test-partition test-permuta
9
foreach(_exec ${executables})
10
add_executable (${_exec} "${_exec}.cpp")
11
add_test(${_exec} ${_exec})
12
- target_link_libraries(${_exec} boost_unit_test_framework-mt)
+ target_link_libraries(${_exec} ${Boost_UNIT_TEST_FRAMEWORK_LIBRARY})
13
endforeach(_exec)
0 commit comments