diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2006-03-27 15:46:42 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2006-03-27 15:46:42 (GMT) |
commit | d33021924d2753c47f2c481cc42e3941551a1671 (patch) | |
tree | b4163326ad95f36fa249f6c1d588c3781b5a0ad4 /Modules/Platform/ULTRIX.cmake | |
parent | 91dd2125fb4119f7fa71fca84f82d7a9937dfff5 (diff) | |
download | CMake-d33021924d2753c47f2c481cc42e3941551a1671.zip CMake-d33021924d2753c47f2c481cc42e3941551a1671.tar.gz CMake-d33021924d2753c47f2c481cc42e3941551a1671.tar.bz2 |
ENH: add more search paths and add UnixPaths to all unix platforms
Diffstat (limited to 'Modules/Platform/ULTRIX.cmake')
-rw-r--r-- | Modules/Platform/ULTRIX.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Modules/Platform/ULTRIX.cmake b/Modules/Platform/ULTRIX.cmake index 024fa1a..4d0cf75 100644 --- a/Modules/Platform/ULTRIX.cmake +++ b/Modules/Platform/ULTRIX.cmake @@ -2,3 +2,4 @@ SET(CMAKE_SHARED_LIBRARY_C_FLAGS "-G 0") SET(CMAKE_SHARED_LIBRARY_SUFFIX "..o") SET(CMAKE_DL_LIBS "") SET(CMAKE_SHARED_LIBRARY_LINK_C_FLAGS "-Wl,-D,08000000") +INCLUDE(Platform/UnixPaths) |