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  8b9266c92d3b6f2cc33ccc113a367fea04f31ba4 (commit)
       via  1451bdf2a4f86e88034b29ee7fb604f45b91f956 (commit)
      from  fab3860de1e08981f48638142cb2f85a7e9897df (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=8b9266c92d3b6f2cc33ccc113a367fea04f31ba4
commit 8b9266c92d3b6f2cc33ccc113a367fea04f31ba4
Merge: fab3860 1451bdf
Author:     Brad King <brad.k...@kitware.com>
AuthorDate: Tue Oct 6 09:34:24 2015 -0400
Commit:     CMake Topic Stage <kwro...@kitware.com>
CommitDate: Tue Oct 6 09:34:24 2015 -0400

    Merge topic 'cmake-script-mode-directory-vars' into next
    
    1451bdf2 fixup! Document and test CMAKE_[CURRENT_](BINARY|SOURCE)_DIR in 
script mode


https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=1451bdf2a4f86e88034b29ee7fb604f45b91f956
commit 1451bdf2a4f86e88034b29ee7fb604f45b91f956
Author:     Brad King <brad.k...@kitware.com>
AuthorDate: Tue Oct 6 09:34:18 2015 -0400
Commit:     Brad King <brad.k...@kitware.com>
CommitDate: Tue Oct 6 09:34:18 2015 -0400

    fixup! Document and test CMAKE_[CURRENT_](BINARY|SOURCE)_DIR in script mode

diff --git a/Help/variable/CMAKE_CURRENT_SOURCE_DIR.rst 
b/Help/variable/CMAKE_CURRENT_SOURCE_DIR.rst
index 728291e..c1b755a 100644
--- a/Help/variable/CMAKE_CURRENT_SOURCE_DIR.rst
+++ b/Help/variable/CMAKE_CURRENT_SOURCE_DIR.rst
@@ -6,9 +6,6 @@ The path to the source directory currently being processed.
 This the full path to the source directory that is currently being
 processed by cmake.
 
-When run in -P script mode, CMake sets this variable to the current
-working directory.
-
 When run in -P script mode, CMake sets the variables
 :variable:`CMAKE_BINARY_DIR`, :variable:`CMAKE_SOURCE_DIR`,
 :variable:`CMAKE_CURRENT_BINARY_DIR` and
diff --git a/Help/variable/CMAKE_SOURCE_DIR.rst 
b/Help/variable/CMAKE_SOURCE_DIR.rst
index 3644bbb..416fbe1 100644
--- a/Help/variable/CMAKE_SOURCE_DIR.rst
+++ b/Help/variable/CMAKE_SOURCE_DIR.rst
@@ -7,9 +7,6 @@ This is the full path to the top level of the current CMake 
source
 tree.  For an in-source build, this would be the same as
 :variable:`CMAKE_BINARY_DIR`.
 
-When run in -P script mode, CMake sets this variable to the current
-working directory.
-
 When run in -P script mode, CMake sets the variables
 :variable:`CMAKE_BINARY_DIR`, :variable:`CMAKE_SOURCE_DIR`,
 :variable:`CMAKE_CURRENT_BINARY_DIR` and

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

Summary of changes:
 Help/variable/CMAKE_CURRENT_SOURCE_DIR.rst |    3 ---
 Help/variable/CMAKE_SOURCE_DIR.rst         |    3 ---
 2 files changed, 6 deletions(-)


hooks/post-receive
-- 
CMake
_______________________________________________
Cmake-commits mailing list
Cmake-commits@cmake.org
http://public.kitware.com/mailman/listinfo/cmake-commits

Reply via email to