Tmp. switch off gcc linker settings

This commit is contained in:
wmayer 2012-06-04 01:31:26 +02:00
parent 50a9ddee43
commit 8941868e0d

View File

@ -54,7 +54,7 @@ if(CMAKE_COMPILER_IS_GNUCXX)
INCLUDE_DIRECTORIES(${CMAKE_CURRENT_BINARY_DIR})
# get linker errors as soon as possible and not at runtime e.g. for modules
if(UNIX)
SET(CMAKE_SHARED_LINKER_FLAGS "-Wl,--no-undefined")
# SET(CMAKE_SHARED_LINKER_FLAGS "-Wl,--no-undefined")
endif(UNIX)
endif(CMAKE_COMPILER_IS_GNUCXX)