comparison Resources/CMake/BoostConfiguration.cmake @ 109:8c0a5666b05f

fix
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 04 Oct 2012 11:50:44 +0200
parents 3b45473c0a73
children fd7b0a3e6260
comparison
equal deleted inserted replaced
108:a6e41de88a53 109:8c0a5666b05f
2 SET(BOOST_STATIC 1) 2 SET(BOOST_STATIC 1)
3 else() 3 else()
4 include(FindBoost) 4 include(FindBoost)
5 5
6 SET(BOOST_STATIC 0) 6 SET(BOOST_STATIC 0)
7 set(Boost_DEBUG 1) 7 #set(Boost_DEBUG 1)
8 #set(Boost_USE_STATIC_LIBS ON) 8 #set(Boost_USE_STATIC_LIBS ON)
9 9
10 find_package(Boost 10 find_package(Boost
11 COMPONENTS filesystem thread system) 11 COMPONENTS filesystem thread system)
12 12