[cmake-commits] king committed UnixPaths.cmake 1.6 1.7

cmake-commits at cmake.org cmake-commits at cmake.org
Fri May 18 11:36:25 EDT 2007


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

Modified Files:
	UnixPaths.cmake 
Log Message:
ENH: Use CMAKE_PLATFORM_IMPLICIT_LINK_DIRECTORIES from platform files to block link directories.


Index: UnixPaths.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/Platform/UnixPaths.cmake,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- UnixPaths.cmake	30 Apr 2007 14:57:32 -0000	1.6
+++ UnixPaths.cmake	18 May 2007 15:36:23 -0000	1.7
@@ -31,3 +31,9 @@
 SET(CMAKE_SYSTEM_PROGRAM_PATH ${CMAKE_SYSTEM_PROGRAM_PATH}
   /bin /usr/bin /usr/local/bin /usr/pkg/bin /sbin
   )
+
+SET(CMAKE_PLATFORM_IMPLICIT_LINK_DIRECTORIES
+  ${CMAKE_PLATFORM_IMPLICIT_LINK_DIRECTORIES}
+  /lib /usr/lib /usr/lib32 /usr/lib64
+  )
+



More information about the Cmake-commits mailing list