summaryrefslogtreecommitdiffstats
path: root/ChangeLog.manual
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2006-11-28 19:19:45 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2006-11-28 19:19:45 (GMT)
commit9789fe0ec2989d28880b43c4cebdaefc5bced753 (patch)
tree60776550591fe9911a70db80c51f9d92a664e2a3 /ChangeLog.manual
parent909714cc23c0630e055b6835325641ad1e44d8a0 (diff)
downloadCMake-9789fe0ec2989d28880b43c4cebdaefc5bced753.zip
CMake-9789fe0ec2989d28880b43c4cebdaefc5bced753.tar.gz
CMake-9789fe0ec2989d28880b43c4cebdaefc5bced753.tar.bz2
ENH: merge in changes from the main tree
Diffstat (limited to 'ChangeLog.manual')
-rw-r--r--ChangeLog.manual12
1 files changed, 11 insertions, 1 deletions
diff --git a/ChangeLog.manual b/ChangeLog.manual
index fc05ce3..be790cd 100644
--- a/ChangeLog.manual
+++ b/ChangeLog.manual
@@ -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 @@ Changes in CMake 2.4.4
* 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.