Skip to content

Commit 64489d3

Browse files
committed
fixed linking minor issue
1 parent d95afa1 commit 64489d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ if(Boost_FOUND)
1515
link_directories(${LIB_PATH} ${STATIC_LIB_PATH})
1616
add_executable(${TEST_NAME} ${SOURCES_MAIN} ${EXTRA_MAIN})
1717
add_dependencies(${TEST_NAME} ${LIB_STATIC_NAME} ${TEST_NAME}_data)
18-
target_link_libraries(${TEST_NAME} DecoupleUserOutput_static ${LIB_STATIC_NAME} ${STATIC_LIB_LINKER} ${Boost_UNIT_TEST_FRAMEWORK_LIBRARY})
18+
target_link_libraries(${TEST_NAME} BoilerplateCodeDoc_static ${LIB_STATIC_NAME} ${STATIC_LIB_LINKER} ${Boost_UNIT_TEST_FRAMEWORK_LIBRARY})
1919
add_test(UnitTest ${TEST_NAME})
2020

2121
install(TARGETS ${TEST_NAME} RUNTIME DESTINATION ${TEST_INSTALL_DIR})

0 commit comments

Comments
 (0)