diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2009-06-23 20:31:41 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2009-06-23 20:31:41 (GMT) |
commit | 65aa0b8765cc99d11045e269fc212e67e6a67af0 (patch) | |
tree | 4977b9dc2f5cc627e58bd91c5a7b9c9884da443e /Modules/FindBoost.cmake | |
parent | 57a0f830df71d6cf6bc2c0e4bfceb25249917e59 (diff) | |
download | CMake-65aa0b8765cc99d11045e269fc212e67e6a67af0.zip CMake-65aa0b8765cc99d11045e269fc212e67e6a67af0.tar.gz CMake-65aa0b8765cc99d11045e269fc212e67e6a67af0.tar.bz2 |
ENH: add additional place to look for boost so it works out of the box on windows
Diffstat (limited to 'Modules/FindBoost.cmake')
-rw-r--r-- | Modules/FindBoost.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Modules/FindBoost.cmake b/Modules/FindBoost.cmake index 44ba928..e74a0d1 100644 --- a/Modules/FindBoost.cmake +++ b/Modules/FindBoost.cmake @@ -639,6 +639,7 @@ ELSE (_boost_IN_CACHE) C:/boost/lib C:/boost "$ENV{ProgramFiles}/boost/boost_${Boost_MAJOR_VERSION}_${Boost_MINOR_VERSION}_${Boost_SUBMINOR_VERSION}/lib" + "$ENV{ProgramFiles}/boost/boost_${Boost_MAJOR_VERSION}_${Boost_MINOR_VERSION}/lib" "$ENV{ProgramFiles}/boost" /sw/local/lib ) |