summaryrefslogtreecommitdiffstats
path: root/Modules/FindBoost.cmake
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2009-06-23 20:31:41 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2009-06-23 20:31:41 (GMT)
commit65aa0b8765cc99d11045e269fc212e67e6a67af0 (patch)
tree4977b9dc2f5cc627e58bd91c5a7b9c9884da443e /Modules/FindBoost.cmake
parent57a0f830df71d6cf6bc2c0e4bfceb25249917e59 (diff)
downloadCMake-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.cmake1
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
)