[Cmake-commits] CMake branch, next, updated. v2.8.5-1308-ga16c9a9

David Cole david.cole at kitware.com
Tue Jul 26 15:46:10 EDT 2011


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".

The branch, next has been updated
       via  a16c9a903900dce8239f71a9b261321bcaa32935 (commit)
       via  502313fbb641b6e77bfdf8ce04675082f60142b7 (commit)
      from  2f6f7874d4cdf128740945b1d358429918974302 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=a16c9a903900dce8239f71a9b261321bcaa32935
commit a16c9a903900dce8239f71a9b261321bcaa32935
Merge: 2f6f787 502313f
Author:     David Cole <david.cole at kitware.com>
AuthorDate: Tue Jul 26 15:46:04 2011 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Jul 26 15:46:04 2011 -0400

    Merge topic 'emit-configure-warning-on-cvs-checkouts' into next
    
    502313f Revert "CMake: Add a configure-time warning about removing cvs support"


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=502313fbb641b6e77bfdf8ce04675082f60142b7
commit 502313fbb641b6e77bfdf8ce04675082f60142b7
Author:     David Cole <david.cole at kitware.com>
AuthorDate: Tue Jul 26 15:40:35 2011 -0400
Commit:     David Cole <david.cole at kitware.com>
CommitDate: Tue Jul 26 15:40:35 2011 -0400

    Revert "CMake: Add a configure-time warning about removing cvs support"
    
    There is no more CVS checkout support for the CMake project as of
    July 26, 2011.
    
    This reverts commit fbac791abd614c326c2403f292db4cc9e0596a2d.

diff --git a/CMakeLists.txt b/CMakeLists.txt
index c53c854..93822ef 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -33,22 +33,6 @@ IF("${CMake_SOURCE_DIR}" STREQUAL "${CMAKE_SOURCE_DIR}")
 ENDIF()
 
 #-----------------------------------------------------------------------
-# For dashboard runs, emit a warning if the source tree is NOT a git
-# repository checkout
-#-----------------------------------------------------------------------
-if(NOT "$ENV{DASHBOARD_TEST_FROM_CTEST}" STREQUAL "")
-if(NOT EXISTS "${CMake_SOURCE_DIR}/.git")
-  message(AUTHOR_WARNING "CMake_SOURCE_DIR is NOT a git checkout
-
-Please update this dashboard to use git, cvs support will
-soon be removed...
-
-CMake_SOURCE_DIR='${CMake_SOURCE_DIR}'
-")
-endif()
-endif()
-
-#-----------------------------------------------------------------------
 # a macro to deal with system libraries, implemented as a macro
 # simply to improve readability of the main script
 #-----------------------------------------------------------------------

-----------------------------------------------------------------------

Summary of changes:
 CMakeLists.txt |   16 ----------------
 1 files changed, 0 insertions(+), 16 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list