[Cmake-commits] CMake branch, master, updated. v2.8.12-386-g6384f16

Brad King brad.king at kitware.com
Tue Oct 22 09:07:19 EDT 2013


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, master has been updated
       via  6384f1683ab49890fad9a6b60bdbcaafd0bc2df7 (commit)
       via  a8226e91d75e595248a176966f3f645203f12072 (commit)
      from  e71a5e39826895af737b907f23b66412602a7f50 (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=6384f1683ab49890fad9a6b60bdbcaafd0bc2df7
commit 6384f1683ab49890fad9a6b60bdbcaafd0bc2df7
Merge: e71a5e3 a8226e9
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue Oct 22 09:07:14 2013 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Oct 22 09:07:14 2013 -0400

    Merge topic 'remove-cmake-i-wizard'
    
    a8226e9 cmake: Drop support for "-i" wizard mode

diff --cc Help/manual/cmake.1.rst
index d026c63,46190b5..2ee9bcc
--- a/Help/manual/cmake.1.rst
+++ b/Help/manual/cmake.1.rst
@@@ -33,15 -33,9 +33,9 @@@ native tool on their platform
    copy_directory, copy_if_different, echo, echo_append, environment,
    make_directory, md5sum, remove, remove_directory, rename, tar, time,
    touch, touch_nocreate.  In addition, some platform specific commands
 -  are available.  On Windows: comspec, delete_regv, write_regv.  On
 +  are available.  On Windows: delete_regv, write_regv.  On
    UNIX: create_symlink.
  
- * ``-i``: Run in wizard mode.
- 
-   Wizard mode runs cmake interactively without a GUI.  The user is
-   prompted to answer questions about the project configuration.  The
-   answers are used to set cmake cache values.
- 
  * ``-L[A][H]``: List non-advanced cached variables.
  
    List cache variables will run CMake and list all the variables from

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

Summary of changes:
 Help/manual/cmake.1.rst     |    6 --
 Source/CMakeLists.txt       |    2 -
 Source/cmCacheManager.h     |    1 -
 Source/cmakemain.cxx        |   14 ++---
 Source/cmakewizard.cxx      |  155 -------------------------------------------
 Source/cmakewizard.h        |   42 ------------
 Tests/CMakeLists.txt        |    9 +--
 Tests/CMakeWizardTest.cmake |   52 --------------
 bootstrap                   |    1 -
 9 files changed, 9 insertions(+), 273 deletions(-)
 delete mode 100644 Source/cmakewizard.cxx
 delete mode 100644 Source/cmakewizard.h
 delete mode 100644 Tests/CMakeWizardTest.cmake


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list