diff options
| author | Joshua L. Blocher <verbalshadow@gmail.com> | 2008-05-03 20:15:46 +0000 |
|---|---|---|
| committer | verbalshadow <verbalshadow@users.sourceforge.net> | 2008-05-03 20:15:46 +0000 |
| commit | ac291163103c470b1a7f5e65d8df6b7936f3c71a (patch) | |
| tree | 358a19440d7eacd5e784184a95242b546be9f6fb /CMakeScripts/FindBoost.cmake | |
| parent | Remove invalid struct initialization warnings. (diff) | |
| download | inkscape-ac291163103c470b1a7f5e65d8df6b7936f3c71a.tar.gz inkscape-ac291163103c470b1a7f5e65d8df6b7936f3c71a.zip | |
Cmake: Fixed HAVE_CAIRO_PDF and moved ConfigChecks to it's own file
(bzr r5590)
Diffstat (limited to 'CMakeScripts/FindBoost.cmake')
| -rw-r--r-- | CMakeScripts/FindBoost.cmake | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/CMakeScripts/FindBoost.cmake b/CMakeScripts/FindBoost.cmake index f33e152ef..c0cf6f361 100644 --- a/CMakeScripts/FindBoost.cmake +++ b/CMakeScripts/FindBoost.cmake @@ -7,7 +7,9 @@ # To find boost on Windows, use DEVLIBS_PATH variable set by mingwenv.bat FIND_PATH(BOOST_INCLUDE_DIR boost/weak_ptr.hpp - /usr/include + /usr/include/boost + /usr/include + /usr/local/include/boost /usr/local/include $ENV{DEVLIBS_PATH}//include ) |
