[cmake-commits] hoffman committed CMakeLists.txt 1.125 1.126

cmake-commits at cmake.org cmake-commits at cmake.org
Fri Jun 22 11:31:37 EDT 2007


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

Modified Files:
	CMakeLists.txt 
Log Message:
ENH: remove old style release stuff


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/CMakeLists.txt,v
retrieving revision 1.125
retrieving revision 1.126
diff -u -d -r1.125 -r1.126
--- CMakeLists.txt	13 May 2007 13:11:58 -0000	1.125
+++ CMakeLists.txt	22 Jun 2007 15:31:35 -0000	1.126
@@ -391,8 +391,6 @@
 ADD_CUSTOM_TARGET(uninstall
   "${CMAKE_COMMAND}" -P "${CMAKE_CURRENT_BINARY_DIR}/cmake_uninstall.cmake")
 
-# include support for making the release
-INCLUDE (${CMake_SOURCE_DIR}/Utilities/Release/Release.cmake)
 INCLUDE (CMakeCPack.cmake)
 
 # setup some Testing support (a macro defined in this file)



More information about the Cmake-commits mailing list