This commit is contained in:
EinMByte 2015-08-26 22:17:10 +02:00
parent 0979f0d2f2
commit ab3b100402
24 changed files with 28 additions and 23 deletions

View file

@ -60,7 +60,7 @@ if(CMAKE_CXX_COMPILER_ID STREQUAL "GNU")
)
endif()
elseif(CMAKE_CXX_COMPILER_ID STREQUAL "Clang")
# TODO: more tweaks
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -undefined dynamic_lookup")
endif()
# Compiler flags customization (by system)