From c4fd709aad2310577954844b5cb16f8c4341d427 Mon Sep 17 00:00:00 2001 From: "Johan B. C. Engelen" Date: Sun, 30 Mar 2008 20:22:42 +0000 Subject: cmake: add boost to the include directories when it is found (bzr r5259) --- 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} ) -- cgit v1.2.3