From: johanengelen Date: Sun, 30 Mar 2008 20:22:42 +0000 (+0000) Subject: cmake: add boost to the include directories when it is found X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=10e5ae95f446a60a62fdb54d65eca93b131ada22;p=inkscape.git cmake: add boost to the include directories when it is found --- 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} )