[Cmake-commits] CMake branch, next, updated. v2.8.11-2292-g450bb9d
Stephen Kelly
steveire at gmail.com
Wed May 29 02:09:22 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, next has been updated
via 450bb9d048d2101170a3ae29373d11fa7d90898a (commit)
via ed198cdefdf4e7838c35348714637a9113439978 (commit)
from 385560cf4a62642dd87dbe96e3d145136d81c791 (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=450bb9d048d2101170a3ae29373d11fa7d90898a
commit 450bb9d048d2101170a3ae29373d11fa7d90898a
Merge: 385560c ed198cd
Author: Stephen Kelly <steveire at gmail.com>
AuthorDate: Wed May 29 02:09:15 2013 -0400
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Wed May 29 02:09:15 2013 -0400
Merge topic 'VISIBILITY_PRESET-property' into next
ed198cd Fix test name.
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=ed198cdefdf4e7838c35348714637a9113439978
commit ed198cdefdf4e7838c35348714637a9113439978
Author: Stephen Kelly <steveire at gmail.com>
AuthorDate: Wed May 29 08:08:32 2013 +0200
Commit: Stephen Kelly <steveire at gmail.com>
CommitDate: Wed May 29 08:08:32 2013 +0200
Fix test name.
diff --git a/Tests/RunCMake/CMakeLists.txt b/Tests/RunCMake/CMakeLists.txt
index 7a256a9..260a87c 100644
--- a/Tests/RunCMake/CMakeLists.txt
+++ b/Tests/RunCMake/CMakeLists.txt
@@ -65,7 +65,7 @@ add_RunCMake_test(Languages)
add_RunCMake_test(ObjectLibrary)
if(NOT WIN32)
add_RunCMake_test(PositionIndependentCode)
- add_RunCMake_test(PresetVisibility)
+ add_RunCMake_test(VisibilityPreset)
endif()
add_RunCMake_test(CompatibleInterface)
-----------------------------------------------------------------------
Summary of changes:
Tests/RunCMake/CMakeLists.txt | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list