summaryrefslogtreecommitdiff
path: root/Modules/Platform/UnixPaths.cmake
diff options
context:
space:
mode:
authorAlexander Neundorf <neundorf@kde.org>2007-04-30 10:57:32 -0400
committerAlexander Neundorf <neundorf@kde.org>2007-04-30 10:57:32 -0400
commit6e2cd411383aa9a84b9a6f3d9db5e9ffc3d057c0 (patch)
tree7146bf8f7d2f01a8f0de2c815eaa04fd68847977 /Modules/Platform/UnixPaths.cmake
parentf14993a78e85b5400edf19d6573e0e75f482e5ad (diff)
downloadcmake-6e2cd411383aa9a84b9a6f3d9db5e9ffc3d057c0.tar.gz
BUG: if /opt/lib and /opt/csw/lib are searched for libs, then /opt/include
and /opt/csw/include should also be searched for headers (according to google they also exist) Alex
Diffstat (limited to 'Modules/Platform/UnixPaths.cmake')
-rw-r--r--Modules/Platform/UnixPaths.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/Modules/Platform/UnixPaths.cmake b/Modules/Platform/UnixPaths.cmake
index b6232e995c..d710efc164 100644
--- a/Modules/Platform/UnixPaths.cmake
+++ b/Modules/Platform/UnixPaths.cmake
@@ -10,6 +10,7 @@ SET(CMAKE_SYSTEM_INCLUDE_PATH ${CMAKE_SYSTEM_INCLUDE_PATH}
# Other
/opt/local/include /usr/pkg/include
+ /opt/csw/include /opt/include
)
SET(CMAKE_SYSTEM_LIBRARY_PATH ${CMAKE_SYSTEM_LIBRARY_PATH}