looks like cmake is per design not for building static executables, clang too. =%-|
parent
297e1d2117
commit
7a6c00ca11
|
@ -3,7 +3,8 @@ PROJECT( Assimp )
|
||||||
|
|
||||||
option(BUILD_SHARED_LIBS "Build package with shared libraries." OFF)
|
option(BUILD_SHARED_LIBS "Build package with shared libraries." OFF)
|
||||||
if(NOT BUILD_SHARED_LIBS)
|
if(NOT BUILD_SHARED_LIBS)
|
||||||
set(CMAKE_EXE_LINKER_FLAGS "-static")
|
#set(CMAKE_EXE_LINKER_FLAGS "-static")
|
||||||
|
set(LINK_SEARCH_START_STATIC 1)
|
||||||
endif(NOT BUILD_SHARED_LIBS)
|
endif(NOT BUILD_SHARED_LIBS)
|
||||||
|
|
||||||
# Define here the needed parameters
|
# Define here the needed parameters
|
||||||
|
|
Loading…
Reference in New Issue