From 410d8773eb427ecde9df0e40948bf0bd24c92ab5 Mon Sep 17 00:00:00 2001 From: Alex Cunningham Date: Wed, 7 Aug 2013 18:58:36 +0000 Subject: [PATCH] Added comments with instructions for choosing a different version of boost --- CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 349474dfc..876363f9d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)