[cmake-commits] hoffman committed ChangeLog.manual 1.1.8.23 1.1.8.24

cmake-commits at cmake.org cmake-commits at cmake.org
Tue Nov 28 14:19:48 EST 2006


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

Modified Files:
      Tag: CMake-2-4
	ChangeLog.manual 
Log Message:
ENH: merge in changes from the main tree


Index: ChangeLog.manual
===================================================================
RCS file: /cvsroot/CMake/CMake/Attic/ChangeLog.manual,v
retrieving revision 1.1.8.23
retrieving revision 1.1.8.24
diff -u -d -r1.1.8.23 -r1.1.8.24
--- ChangeLog.manual	16 Nov 2006 20:57:49 -0000	1.1.8.23
+++ ChangeLog.manual	28 Nov 2006 19:19:43 -0000	1.1.8.24
@@ -1,3 +1,13 @@
+Changes in CMake 2.4.5
+
+* Do not depend on optimized libraries for a debug build and visa versa.
+
+* Fix target name matching custom command output
+   
+* Fix FindQt3 so that it does not find qt4
+
+* Fix FindKDE4 so that it only looks for kde4-config
+
 Changes in CMake 2.4.4
 
 * CMake Version numbers on module directory
@@ -61,7 +71,7 @@
 * Added APPEND option to ADD_CUSTOM_COMMAND, Added VERBATIM option to 
   ADD_CUSTOM_COMMAND and ADD_CUSTOM_TARGET
 
-* add NOT_IN_ALL option  for ADD_LIBRARY and ADD_EXECUTABLE
+* add EXCLUDE_FROM_ALL option  for ADD_LIBRARY and ADD_EXECUTABLE
 
 * Fix automatic computation of binary path to work for subdirectories of out
   of source directories.  This addresses bug#3592.



More information about the Cmake-commits mailing list