Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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})
INSTALL(FILES PARAM DESTINATION share/doc/cipi-${CIPI_VERSION})