[cmake-commits] hoffman committed UnixPaths.cmake 1.4.2.1 1.4.2.2
cmake-commits at cmake.org
cmake-commits at cmake.org
Mon May 28 10:07:06 EDT 2007
Update of /cvsroot/CMake/CMake/Modules/Platform
In directory public:/mounts/ram/cvs-serv11377/Modules/Platform
Modified Files:
Tag: CMake-2-4
UnixPaths.cmake
Log Message:
ENH: merge in changes from branch RC 7
Index: UnixPaths.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/Platform/UnixPaths.cmake,v
retrieving revision 1.4.2.1
retrieving revision 1.4.2.2
diff -u -d -r1.4.2.1 -r1.4.2.2
--- UnixPaths.cmake 13 Oct 2006 14:52:01 -0000 1.4.2.1
+++ UnixPaths.cmake 28 May 2007 14:07:03 -0000 1.4.2.2
@@ -30,3 +30,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