[cmake-commits] alex committed UnixPaths.cmake 1.5 1.6

cmake-commits at cmake.org cmake-commits at cmake.org
Mon Apr 30 10:57:34 EDT 2007


Update of /cvsroot/CMake/CMake/Modules/Platform
In directory public:/mounts/ram/cvs-serv7640

Modified Files:
	UnixPaths.cmake 
Log Message:

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


Index: UnixPaths.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/Platform/UnixPaths.cmake,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- UnixPaths.cmake	28 Sep 2006 15:42:19 -0000	1.5
+++ UnixPaths.cmake	30 Apr 2007 14:57:32 -0000	1.6
@@ -10,6 +10,7 @@
 
   # Other
   /opt/local/include /usr/pkg/include
+  /opt/csw/include /opt/include
   )
 
 SET(CMAKE_SYSTEM_LIBRARY_PATH ${CMAKE_SYSTEM_LIBRARY_PATH}



More information about the Cmake-commits mailing list