Code

cmake: add boost to the include directories when it is found
authorjohanengelen <johanengelen@users.sourceforge.net>
Sun, 30 Mar 2008 20:22:42 +0000 (20:22 +0000)
committerjohanengelen <johanengelen@users.sourceforge.net>
Sun, 30 Mar 2008 20:22:42 +0000 (20:22 +0000)
CMakeScripts/FindBoost.cmake

index ba6778ec2b0d937e9bca0104f326cd1f6a01feed..f33e152ef02c44522af87402683646268a1a3f95 100644 (file)
@@ -22,4 +22,5 @@ ELSE(BOOST_FOUND)
      MESSAGE(FATAL_ERROR "boost: NOT FOUND")
 ENDIF (BOOST_FOUND)
 
+INCLUDE_DIRECTORIES( ${BOOST_INCLUDE_DIR} )