[cmake-commits] hoffman committed CMakeLists.txt 1.97.2.18 1.97.2.19 ChangeLog.manual 1.1.8.25 1.1.8.26

cmake-commits at cmake.org cmake-commits at cmake.org
Thu Nov 30 18:13:51 EST 2006


Update of /cvsroot/CMake/CMake
In directory public:/mounts/ram/cvs-serv5362

Modified Files:
      Tag: CMake-2-4
	CMakeLists.txt ChangeLog.manual 
Log Message:
ENH: move to RC 3 and add a fix for -L/path in link commands that was broken by the .dll.lib fix


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/CMakeLists.txt,v
retrieving revision 1.97.2.18
retrieving revision 1.97.2.19
diff -u -d -r1.97.2.18 -r1.97.2.19
--- CMakeLists.txt	30 Nov 2006 15:12:55 -0000	1.97.2.18
+++ CMakeLists.txt	30 Nov 2006 23:13:49 -0000	1.97.2.19
@@ -7,7 +7,7 @@
 SET(CMake_VERSION_MINOR 4)
 SET(CMake_VERSION_PATCH 5)
 # for an actual release this should not be defined
-SET(CMake_VERSION_RC 2)
+SET(CMake_VERSION_RC 3)
 SET(CMake_VERSION "${CMake_VERSION_MAJOR}.${CMake_VERSION_MINOR}")
 SET(CMake_VERSION_FULL "${CMake_VERSION}.${CMake_VERSION_PATCH}")
 

Index: ChangeLog.manual
===================================================================
RCS file: /cvsroot/CMake/CMake/Attic/ChangeLog.manual,v
retrieving revision 1.1.8.25
retrieving revision 1.1.8.26
diff -u -d -r1.1.8.25 -r1.1.8.26
--- ChangeLog.manual	30 Nov 2006 15:12:55 -0000	1.1.8.25
+++ ChangeLog.manual	30 Nov 2006 23:13:49 -0000	1.1.8.26
@@ -1,6 +1,8 @@
 Changes in CMake 2.4.5
+* Fix fix for foo.dll.lib that does not brea -L/usr/lib in link names
+
 * Fix problem with LIBRARY_OUTPUT_PATH and linking to a dll foo.dll.lib 
-  instead of foo.lib
+  instead of foo.lib 
 
 * Do not depend on optimized libraries for a debug build and visa versa.
 



More information about the Cmake-commits mailing list