From 10e5ae95f446a60a62fdb54d65eca93b131ada22 Mon Sep 17 00:00:00 2001 From: johanengelen Date: Sun, 30 Mar 2008 20:22:42 +0000 Subject: [PATCH] cmake: add boost to the include directories when it is found --- CMakeScripts/FindBoost.cmake | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeScripts/FindBoost.cmake b/CMakeScripts/FindBoost.cmake index ba6778ec2..f33e152ef 100644 --- a/CMakeScripts/FindBoost.cmake +++ b/CMakeScripts/FindBoost.cmake @@ -22,4 +22,5 @@ ELSE(BOOST_FOUND) MESSAGE(FATAL_ERROR "boost: NOT FOUND") ENDIF (BOOST_FOUND) +INCLUDE_DIRECTORIES( ${BOOST_INCLUDE_DIR} ) -- 2.30.2