ENH: add unix paths

This commit is contained in:
Bill Hoffman 2006-03-27 11:09:19 -05:00
parent d33021924d
commit a64f629140
2 changed files with 1 additions and 1 deletions

View File

@ -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)

View File

@ -1 +1,2 @@
SET(CMAKE_DL_LIBS "")
INCLUDE(Platform/UnixPaths)