From 6e2cd411383aa9a84b9a6f3d9db5e9ffc3d057c0 Mon Sep 17 00:00:00 2001 From: Alexander Neundorf Date: Mon, 30 Apr 2007 10:57:32 -0400 Subject: [PATCH] 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 --- Modules/Platform/UnixPaths.cmake | 1 + 1 file changed, 1 insertion(+) 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}