mirror of https://github.com/CGAL/cgal
Fixed incorrect selection of 'static' boost libraries
This commit is contained in:
parent
7fe5413fe3
commit
dfd307da51
|
|
@ -1,6 +1,8 @@
|
||||||
include(MacroFindOptionalCGALDependency)
|
include(MacroFindOptionalCGALDependency)
|
||||||
|
|
||||||
set(Boost_USE_STATIC_LIBS ON)
|
if ( NOT BUILD_SHARED_LIBS )
|
||||||
|
set(Boost_USE_STATIC_LIBS ON)
|
||||||
|
endif()
|
||||||
|
|
||||||
set(Boost_FIND_VERSION 1.33.1 )
|
set(Boost_FIND_VERSION 1.33.1 )
|
||||||
set(Boost_FIND_VERSION_MAJOR 1 )
|
set(Boost_FIND_VERSION_MAJOR 1 )
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue