CMakeLists.txt

Till Adam adam at kolabsys.com
Sat Aug 4 21:21:23 CEST 2012


 CMakeLists.txt |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 0ebcc78aee68b1670168e14e1d0ac15e830cd8a2
Author: Till Adam <till at kdab.com>
Date:   Fri Aug 3 08:38:53 2012 +0200

    Find boost properly.

diff --git a/CMakeLists.txt b/CMakeLists.txt
index b09354f..253f283 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -94,11 +94,13 @@ else()
         )
 endif()
 
+find_package(Boost REQUIRED)
 
 include_directories(    
     ${QT_INCLUDES}
     ${KDE_INCLUDES}
     ${CMAKE_BINARY_DIR}
+    ${Boost_INCLUDE_DIRS}
     ${CMAKE_CURRENT_SOURCE_DIR}/kolabformatV2
     ${Libkolabxml_INCLUDES}
     ./





More information about the commits mailing list