mirror of https://github.com/CGAL/cgal
Fixed unintentional overrriding of BUILD_SHARED_LIBS
This commit is contained in:
parent
1da7c84720
commit
5f60dfbbd1
|
|
@ -23,7 +23,7 @@ if( NOT CGAL_COMMON_FILE_INCLUDED )
|
|||
cmake_policy( SET CMP0007 OLD )
|
||||
endif()
|
||||
|
||||
if ( NOT BUILD_SHARED_LIBS )
|
||||
if ( "BUILD_SHARED_LIBS" STREQUAL "" )
|
||||
if ( WIN32 )
|
||||
set(BUILD_SHARED_LIBS OFF)
|
||||
else()
|
||||
|
|
|
|||
Loading…
Reference in New Issue