BUG: also include UnixPaths.cmake on these platforms, this also sets UNIX to 1

Alex
This commit is contained in:
Alexander Neundorf
2007-08-10 08:54:42 -04:00
parent 7866710465
commit f9cb0f3cb4
6 changed files with 11 additions and 1 deletions

View File

@@ -5,5 +5,6 @@ ELSE(CMAKE_SYSTEM MATCHES "MP-RAS-02*.")
SET(CMAKE_SHARED_LIBRARY_LINK_C_FLAGS "-Wl,-Bexport")
ENDIF(CMAKE_SYSTEM MATCHES "MP-RAS-02*.")
INCLUDE(Platform/UnixPaths)