BUG: the Plugin test fails on NetBSD, let's see if this fixes it
Alex
This commit is contained in:
parent
5bd38eb630
commit
ce33d80fa5
|
@ -7,5 +7,8 @@ IF(EXISTS /usr/include/dlfcn.h)
|
|||
SET(CMAKE_SHARED_LIBRARY_RUNTIME_C_FLAG_SEP ":") # : or empty
|
||||
SET(CMAKE_SHARED_LIBRARY_SONAME_C_FLAG "-Wl,-soname,")
|
||||
SET(CMAKE_SHARED_LIBRARY_SONAME_CXX_FLAG "-Wl,-soname,")
|
||||
SET(CMAKE_EXE_EXPORTS_C_FLAG "-Wl,--export-dynamic")
|
||||
SET(CMAKE_EXE_EXPORTS_CXX_FLAG "-Wl,--export-dynamic")
|
||||
ENDIF(EXISTS /usr/include/dlfcn.h)
|
||||
|
||||
INCLUDE(Platform/UnixPaths)
|
||||
|
|
Loading…
Reference in New Issue