[Cmake-commits] CMake branch, next, updated. v3.1.0-1688-gac9cfbf

Brad King brad.king at kitware.com
Sun Jan 11 11:49:37 EST 2015


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  ac9cfbfcaf1081272fc1f4cc4a90b7b724ea9bcd (commit)
       via  a9e20794cf660b2d7aef399bccf1b60f5cfeaad7 (commit)
      from  a5053694a6e81aa78fea96ad4f3d247c71faade4 (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=ac9cfbfcaf1081272fc1f4cc4a90b7b724ea9bcd
commit ac9cfbfcaf1081272fc1f4cc4a90b7b724ea9bcd
Merge: a505369 a9e2079
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Sun Jan 11 11:49:36 2015 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Sun Jan 11 11:49:36 2015 -0500

    Merge topic 'fix-empty-target-property-queries' into next
    
    a9e20794 Tests/RunCMake: Improve order of tests


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=a9e20794cf660b2d7aef399bccf1b60f5cfeaad7
commit a9e20794cf660b2d7aef399bccf1b60f5cfeaad7
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Sun Jan 11 11:49:16 2015 -0500
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Sun Jan 11 11:49:16 2015 -0500

    Tests/RunCMake: Improve order of tests

diff --git a/Tests/RunCMake/CMakeLists.txt b/Tests/RunCMake/CMakeLists.txt
index 05c51cc..1697025 100644
--- a/Tests/RunCMake/CMakeLists.txt
+++ b/Tests/RunCMake/CMakeLists.txt
@@ -121,6 +121,7 @@ add_RunCMake_test(file)
 add_RunCMake_test(find_library)
 add_RunCMake_test(find_package)
 add_RunCMake_test(get_filename_component)
+add_RunCMake_test(get_property)
 add_RunCMake_test(if)
 add_RunCMake_test(include)
 add_RunCMake_test(include_directories)
@@ -173,4 +174,3 @@ add_RunCMake_test(CommandLine)
 add_RunCMake_test(install)
 add_RunCMake_test(CPackInstallProperties)
 add_RunCMake_test(ExternalProject)
-add_RunCMake_test(get_property)

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

Summary of changes:
 Tests/RunCMake/CMakeLists.txt |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list