[cmake-commits] hoffman committed CMakeLists.txt 1.97.2.46 1.97.2.47
ChangeLog.manual 1.1.8.50 1.1.8.51
cmake-commits at cmake.org
cmake-commits at cmake.org
Tue Jan 8 11:06:44 EST 2008
Update of /cvsroot/CMake/CMake
In directory public:/mounts/ram/cvs-serv17084
Modified Files:
Tag: CMake-2-4
CMakeLists.txt ChangeLog.manual
Log Message:
ENH: last change for 2.4.8 branch, I hope, fix for findqt
Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/CMakeLists.txt,v
retrieving revision 1.97.2.46
retrieving revision 1.97.2.47
diff -u -d -r1.97.2.46 -r1.97.2.47
--- CMakeLists.txt 28 Dec 2007 18:20:49 -0000 1.97.2.46
+++ CMakeLists.txt 8 Jan 2008 16:06:42 -0000 1.97.2.47
@@ -7,7 +7,7 @@
SET(CMake_VERSION_MINOR 4)
SET(CMake_VERSION_PATCH 8)
# for an actual release this should not be defined
-SET(CMake_VERSION_RC 9)
+SET(CMake_VERSION_RC 10)
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.50
retrieving revision 1.1.8.51
diff -u -d -r1.1.8.50 -r1.1.8.51
--- ChangeLog.manual 28 Dec 2007 18:20:49 -0000 1.1.8.50
+++ ChangeLog.manual 8 Jan 2008 16:06:42 -0000 1.1.8.51
@@ -1,3 +1,5 @@
+Changes in CMake 2.4.8 RC 10
+* Fix for FindQt4 and glib and gthread, if not found don't use
Changes in CMake 2.4.8 RC 9
* add some descriptive text to the mac installer
Changes in CMake 2.4.8 RC 8
More information about the Cmake-commits
mailing list