diff --git a/cmake/SearchForStuff.cmake b/cmake/SearchForStuff.cmake index a785b878c2..adaa77c399 100644 --- a/cmake/SearchForStuff.cmake +++ b/cmake/SearchForStuff.cmake @@ -11,6 +11,9 @@ set(minimal_SDL_version 1.2) # need to know on which OS we are currenty working/running detectOperatingSystem() +SET(CMAKE_SHARED_LIBRARY_LINK_C_FLAGS " ") +SET(CMAKE_SHARED_LIBRARY_LINK_CXX_FLAGS " ") + #------------------------------------------------------------------------------- # FindStuff #-------------------------------------------------------------------------------