diff options
author | Don Bright <hugh.m.bright@gmail.com> | 2011-11-05 14:21:17 (GMT) |
---|---|---|
committer | Don Bright <hugh.m.bright@gmail.com> | 2011-11-05 14:21:17 (GMT) |
commit | 88b8080f30d6ca1a9a74b8005a7408d4066f481b (patch) | |
tree | 5abcf8ed225b3d7914330b65591bab6f10d1ded5 | |
parent | 21dcb622bf54764561146b4dedfe9508c6455004 (diff) | |
parent | 167975c4ffcff2f31aa1d3e9374f95afff1c0ff3 (diff) |
Merge branch 'master' of github.com:donbright/openscad
-rw-r--r-- | tests/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index ce13718..259ec76 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -70,7 +70,7 @@ endif() if(BOOST_ROOT) set(Boost_NO_SYSTEM_PATHS TRUE) set(Boost_ADDITIONAL_VERSIONS "1.47.0") - find_package( Boost 1.36.0 COMPONENTS thread program_options ) + find_package( Boost 1.35.0 COMPONENTS thread program_options ) if(Boost_FOUND) message(STATUS "Boost includes found: " ${Boost_INCLUDE_DIRS}) message(STATUS "Boost libraries found:") |