diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index d58a482..bb35723 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -8,8 +8,8 @@ IF (Boost_FOUND) Message("Boost found" ${Boost_LIBRARY_DIR}) INCLUDE_DIRECTORIES(${Boost_INCLUDE_DIR}) #MESSAGE("Boost was found" ${Boost_INCLUDE_DIR}) - TARGET_LINK_LIBRARIES (cipi boost_thread-mt) + TARGET_LINK_LIBRARIES (cipi boost_thread) ENDIF (Boost_FOUND) INSTALL(PROGRAMS cipi DESTINATION bin) -INSTALL(FILES PARAM DESTINATION share/doc/cipi-${CIPI_VERSION}) \ No newline at end of file +INSTALL(FILES PARAM DESTINATION share/doc/cipi-${CIPI_VERSION})