[Cmake-commits] CMake branch, next, updated. v3.0.0-rc3-1646-gc299379

Stephen Kelly steveire at gmail.com
Mon Mar 31 13:30:01 EDT 2014


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  c2993794957f88b7dcb3f696b7fb59256e2d0ef0 (commit)
       via  fa05a213435ebdba8a76a550a371e9a077a63b5e (commit)
      from  8ead6f4f89d2c9e9b4dee34de399438d0f61c4a9 (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=c2993794957f88b7dcb3f696b7fb59256e2d0ef0
commit c2993794957f88b7dcb3f696b7fb59256e2d0ef0
Merge: 8ead6f4 fa05a21
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Mon Mar 31 13:30:00 2014 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon Mar 31 13:30:00 2014 -0400

    Merge topic 'install-prefix-in-interface' into next
    
    fa05a213 Rename PARENT_SCOPE test.


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=fa05a213435ebdba8a76a550a371e9a077a63b5e
commit fa05a213435ebdba8a76a550a371e9a077a63b5e
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Mon Mar 31 19:29:20 2014 +0200
Commit:     Stephen Kelly <steveire at gmail.com>
CommitDate: Mon Mar 31 19:29:20 2014 +0200

    Rename PARENT_SCOPE test.
    
    Don't conflict with set() functionality.

diff --git a/Tests/RunCMake/set/PARENT_SCOPE-result.txt b/Tests/RunCMake/set/ParentScope-result.txt
similarity index 100%
rename from Tests/RunCMake/set/PARENT_SCOPE-result.txt
rename to Tests/RunCMake/set/ParentScope-result.txt
diff --git a/Tests/RunCMake/set/PARENT_SCOPE.cmake b/Tests/RunCMake/set/ParentScope.cmake
similarity index 100%
rename from Tests/RunCMake/set/PARENT_SCOPE.cmake
rename to Tests/RunCMake/set/ParentScope.cmake
diff --git a/Tests/RunCMake/set/RunCMakeTest.cmake b/Tests/RunCMake/set/RunCMakeTest.cmake
index 5d036e3..1b51ea2 100644
--- a/Tests/RunCMake/set/RunCMakeTest.cmake
+++ b/Tests/RunCMake/set/RunCMakeTest.cmake
@@ -1,3 +1,3 @@
 include(RunCMake)
 
-run_cmake(PARENT_SCOPE)
+run_cmake(ParentScope)

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

Summary of changes:
 .../RunCMake/set/{PARENT_SCOPE-result.txt => ParentScope-result.txt} |    0
 Tests/RunCMake/set/{PARENT_SCOPE.cmake => ParentScope.cmake}         |    0
 Tests/RunCMake/set/RunCMakeTest.cmake                                |    2 +-
 3 files changed, 1 insertion(+), 1 deletion(-)
 rename Tests/RunCMake/set/{PARENT_SCOPE-result.txt => ParentScope-result.txt} (100%)
 rename Tests/RunCMake/set/{PARENT_SCOPE.cmake => ParentScope.cmake} (100%)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list