Fixed incorrect selection of 'static' boost libraries

This commit is contained in:
Fernando Cacciola 2008-09-04 14:04:49 +00:00
parent 7fe5413fe3
commit dfd307da51
1 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,8 @@
include(MacroFindOptionalCGALDependency)
if ( NOT BUILD_SHARED_LIBS )
set(Boost_USE_STATIC_LIBS ON)
endif()
set(Boost_FIND_VERSION 1.33.1 )
set(Boost_FIND_VERSION_MAJOR 1 )