diff options
| author | Johan B. C. Engelen <jbc.engelen@swissonline.ch> | 2008-03-30 20:22:42 +0000 |
|---|---|---|
| committer | johanengelen <johanengelen@users.sourceforge.net> | 2008-03-30 20:22:42 +0000 |
| commit | c4fd709aad2310577954844b5cb16f8c4341d427 (patch) | |
| tree | 44cb3c2b5883b5fce0afece0dc48a4c2dea52ac7 /CMakeScripts | |
| parent | fix creation of CXX flags string (diff) | |
| download | inkscape-c4fd709aad2310577954844b5cb16f8c4341d427.tar.gz inkscape-c4fd709aad2310577954844b5cb16f8c4341d427.zip | |
cmake: add boost to the include directories when it is found
(bzr r5259)
Diffstat (limited to 'CMakeScripts')
| -rw-r--r-- | CMakeScripts/FindBoost.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
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} ) |
