Changeset - 896566e546a7
[Not reviewed]
0 1 0
Jan Kaluza - 14 years ago 2011-08-22 16:21:53
hanzz.k@gmail.com
Do not link against boost-program-options, since it's already generated by swift-config
1 file changed with 2 insertions and 1 deletions:
0 comments (0 inline, 0 general)
CMakeLists.txt
Show inline comments
 
@@ -25,7 +25,8 @@ set(Swiften_DIR "${CMAKE_SOURCE_DIR}/cmake_modules")
 
find_package(Swiften REQUIRED)
 

	
 
set(Boost_DIR "${CMAKE_SOURCE_DIR}/cmake_modules")
 
find_package(Boost COMPONENTS date_time system filesystem program_options regex thread signals REQUIRED)
 
find_package(Boost COMPONENTS date_time system filesystem regex thread signals REQUIRED)
 
message( STATUS "Found Boost: ${Boost_LIBRARIES}, ${Boost_INCLUDE_DIR}")
 

	
 
set(Protobuf_DIR "${CMAKE_SOURCE_DIR}/cmake_modules")
 
find_package(Protobuf REQUIRED)
0 comments (0 inline, 0 general)