[Cmake-commits] [cmake-commits] king committed CMakeLists.txt 1.173 1.174

cmake-commits at cmake.org cmake-commits at cmake.org
Mon Feb 22 13:31:59 EST 2010


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

Modified Files:
	CMakeLists.txt 
Log Message:
CMake has moved!

See

  http://www.cmake.org/cmake/resources/software.html#dev

for details.  This source tree comes from the legacy CVS repository at

  :pserver:anoncvs at www.cmake.org:/cvsroot/CMake

and exists only to report this message.

The legacy repository is no longer maintained.  Old versions are still
available by date- or tag-based checkout, but the new repository is
preferred.


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/CMakeLists.txt,v
retrieving revision 1.173
retrieving revision 1.174
diff -C 2 -d -r1.173 -r1.174
*** CMakeLists.txt	14 Dec 2009 22:47:14 -0000	1.173
--- CMakeLists.txt	22 Feb 2010 18:31:57 -0000	1.174
***************
*** 1,2 ****
--- 1,16 ----
+ # Report to users and dashboards that CMake has moved.
+ cmake_minimum_required(VERSION 2.4.5 FATAL_ERROR)
+ project(CMake NONE)
+ include(CTest)
+ message(FATAL_ERROR "CMake has moved!  See
+   http://www.cmake.org/cmake/resources/software.html#dev
+ for details.  This source tree comes from the legacy CVS repository at
+   :pserver:anoncvs at www.cmake.org:/cvsroot/CMake
+ and exists only to report this message.
+ The legacy repository is no longer maintained.  "
+ "Old versions are still available by date- or tag-based checkout, "
+ "but the new repository is preferred."
+ )
+ 
  #=============================================================================
  # CMake - Cross Platform Makefile Generator



More information about the Cmake-commits mailing list