summaryrefslogtreecommitdiffstats
path: root/Modules/Platform/IRIX64.cmake
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2006-03-27 15:46:42 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2006-03-27 15:46:42 (GMT)
commitd33021924d2753c47f2c481cc42e3941551a1671 (patch)
treeb4163326ad95f36fa249f6c1d588c3781b5a0ad4 /Modules/Platform/IRIX64.cmake
parent91dd2125fb4119f7fa71fca84f82d7a9937dfff5 (diff)
downloadCMake-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/IRIX64.cmake')
-rw-r--r--Modules/Platform/IRIX64.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/Modules/Platform/IRIX64.cmake b/Modules/Platform/IRIX64.cmake
index 555c0fb..fbd35a6 100644
--- a/Modules/Platform/IRIX64.cmake
+++ b/Modules/Platform/IRIX64.cmake
@@ -43,3 +43,4 @@ IF(NOT CMAKE_COMPILER_IS_GNUCC)
SET (CMAKE_CXX_FLAGS_RELEASE_INIT "-O2 -DNDEBUG")
SET (CMAKE_CXX_FLAGS_RELWITHDEBINFO_INIT "-O2")
ENDIF(NOT CMAKE_COMPILER_IS_GNUCC)
+INCLUDE(Platform/UnixPaths)