mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-25 10:18:34 -06:00
ENH: add unix paths
This commit is contained in:
@@ -8,5 +8,4 @@ IF(EXISTS /usr/include/dlfcn.h)
|
||||
SET(CMAKE_SHARED_LIBRARY_SONAME_C_FLAG "-Wl,-soname,")
|
||||
SET(CMAKE_SHARED_LIBRARY_SONAME_CXX_FLAG "-Wl,-soname,")
|
||||
ENDIF(EXISTS /usr/include/dlfcn.h)
|
||||
# include the gcc flags
|
||||
INCLUDE(Platform/UnixPaths)
|
||||
|
||||
@@ -1 +1,2 @@
|
||||
SET(CMAKE_DL_LIBS "")
|
||||
INCLUDE(Platform/UnixPaths)
|
||||
|
||||
Reference in New Issue
Block a user