[Cmake-commits] CMake branch, next, updated. v3.7.0-rc1-181-gf7a8a5a

Brad King brad.king at kitware.com
Fri Oct 7 09:01:02 EDT 2016


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  f7a8a5a9753c488bb59418dff0d8f6a0f4e036a4 (commit)
       via  082efba39a822c3affb8e3ebf0899d45751357e1 (commit)
      from  856628d05cef2d84b3c5c33ff13ff016c2244022 (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 -----------------------------------------------------------------
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=f7a8a5a9753c488bb59418dff0d8f6a0f4e036a4
commit f7a8a5a9753c488bb59418dff0d8f6a0f4e036a4
Merge: 856628d 082efba
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Fri Oct 7 09:01:01 2016 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Fri Oct 7 09:01:01 2016 -0400

    Merge topic 'codelite-global-setting' into next
    
    082efba3 fixup! Codelite: Consume the CMAKE_CODELITE_USE_TARGETS setting globally


https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=082efba39a822c3affb8e3ebf0899d45751357e1
commit 082efba39a822c3affb8e3ebf0899d45751357e1
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Fri Oct 7 08:46:55 2016 -0400
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Fri Oct 7 08:48:05 2016 -0400

    fixup! Codelite: Consume the CMAKE_CODELITE_USE_TARGETS setting globally

diff --git a/Help/variable/CMAKE_CODELITE_USE_TARGETS.rst b/Help/variable/CMAKE_CODELITE_USE_TARGETS.rst
index 96d678f..33cdf6c 100644
--- a/Help/variable/CMAKE_CODELITE_USE_TARGETS.rst
+++ b/Help/variable/CMAKE_CODELITE_USE_TARGETS.rst
@@ -3,5 +3,6 @@ CMAKE_CODELITE_USE_TARGETS
 
 Change the way the CodeLite generator creates projectfiles.
 
-If this variable is set to ``ON`` in the top-level CMakeLists file,
-the generator creates projectfiles based on targets rather than projects.
+If this variable evaluates to ``ON`` at the end of the top-level
+``CMakeLists.txt`` file, the generator creates projectfiles based on targets
+rather than projects.

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

Summary of changes:
 Help/variable/CMAKE_CODELITE_USE_TARGETS.rst |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list