summaryrefslogtreecommitdiff
path: root/tests/CMakeLists.txt
diff options
context:
space:
mode:
authordon bright <hugh.m.bright@gmail.com>2011-11-06 19:39:13 (GMT)
committerdon bright <hugh.m.bright@gmail.com>2011-11-06 19:39:13 (GMT)
commitb00edfdd22123dce297cc3e4e12ae712600754d3 (patch)
tree833dec8a4be83b38feb478b5877b501b11790411 /tests/CMakeLists.txt
parent8baead275affe384e2344bbbff78b046c08c8812 (diff)
fix one-line bug in cmake's findboost.
Diffstat (limited to 'tests/CMakeLists.txt')
-rw-r--r--tests/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
index dda4aea..044af29 100644
--- a/tests/CMakeLists.txt
+++ b/tests/CMakeLists.txt
@@ -68,6 +68,7 @@ endif()
# in that case, run cmake with -DBOOST_ROOT=/path/to/boost/install
# (being the same path you passed to boost's --prefix when you built it)
if(BOOST_ROOT)
+ #set(Boost_DEBUG TRUE)
set(Boost_NO_SYSTEM_PATHS TRUE)
set(Boost_ADDITIONAL_VERSIONS "1.47.0")
find_package( Boost 1.35.0 COMPONENTS thread program_options )
contact: Jan Huwald // Impressum