it's a difference if it's set to OFF or it's undefined...

pull/528/head
arris69 2015-04-07 16:07:29 +02:00
parent fb7661c430
commit 297e1d2117
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
cmake_minimum_required( VERSION 2.8 )
PROJECT( Assimp )
option(BUILD_SHARED_LIBS "Build package with shared libraries." OFF)
if(NOT BUILD_SHARED_LIBS)
set(CMAKE_EXE_LINKER_FLAGS "-static")
endif(NOT BUILD_SHARED_LIBS)