summaryrefslogtreecommitdiffstats
path: root/Modules/Platform/IRIX.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/IRIX.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/IRIX.cmake')
-rw-r--r--Modules/Platform/IRIX.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/Modules/Platform/IRIX.cmake b/Modules/Platform/IRIX.cmake
index 861f016..776bb4a 100644
--- a/Modules/Platform/IRIX.cmake
+++ b/Modules/Platform/IRIX.cmake
@@ -14,3 +14,4 @@ IF(NOT CMAKE_COMPILER_IS_GNUCXX)
SET (CMAKE_C_FLAGS_INIT "")
ENDIF(NOT CMAKE_COMPILER_IS_GNUCXX)
# set flags for gcc support
+INCLUDE(Platform/UnixPaths)