diff options
-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 e74a0d1..8900162 100644 --- a/Modules/FindBoost.cmake +++ b/Modules/FindBoost.cmake @@ -640,6 +640,7 @@ ELSE (_boost_IN_CACHE) 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" + ${Boost_INCLUDE_DIR}/lib "$ENV{ProgramFiles}/boost" /sw/local/lib ) |