Fixed unintentional overrriding of BUILD_SHARED_LIBS

This commit is contained in:
Fernando Cacciola 2008-10-16 16:32:11 +00:00
parent 1da7c84720
commit 5f60dfbbd1
1 changed files with 1 additions and 1 deletions

View File

@ -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()