diff options
Diffstat (limited to '')
| -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 ) |
