Added comments with instructions for choosing a different version of boost

release/4.3a0
Alex Cunningham 2013-08-07 18:58:36 +00:00
parent 2b1a533477
commit 410d8773eb
1 changed files with 4 additions and 0 deletions

View File

@ -100,6 +100,10 @@ endif()
###############################################################################
# Find boost
# To change the path for boost, you will need to set:
# BOOST_ROOT: path to install prefix for boost
# Boost_NO_SYSTEM_PATHS: set to true to keep the find script from ignoring BOOST_ROOT
# If using Boost shared libs, set up auto linking for shared libs
if(MSVC AND NOT Boost_USE_STATIC_LIBS)
add_definitions(-DBOOST_ALL_DYN_LINK)