[Cmake-commits] CMake branch, next, updated. v2.8.8-3367-g260a24a
Peter Kuemmel
syntheticpp at gmx.net
Thu Jul 5 13:57:53 EDT 2012
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 260a24a1eab038a0fff97961ec931c2fb5d3b0bf (commit)
via 79c00d600bfcc9d2957f0de25b2b502a1487a6a2 (commit)
from 7e927348fc204e858f5ce16c2bc712cd2812ec19 (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=260a24a1eab038a0fff97961ec931c2fb5d3b0bf
commit 260a24a1eab038a0fff97961ec931c2fb5d3b0bf
Merge: 7e92734 79c00d6
Author: Peter Kuemmel <syntheticpp at gmx.net>
AuthorDate: Thu Jul 5 13:57:50 2012 -0400
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Thu Jul 5 13:57:50 2012 -0400
Merge topic 'BuildTypeFlag' into next
79c00d6 e name for project in test BuildTypeFlags
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=79c00d600bfcc9d2957f0de25b2b502a1487a6a2
commit 79c00d600bfcc9d2957f0de25b2b502a1487a6a2
Author: Peter Kuemmel <syntheticpp at gmx.net>
AuthorDate: Thu Jul 5 19:55:21 2012 +0200
Commit: Peter Kuemmel <syntheticpp at gmx.net>
CommitDate: Thu Jul 5 19:55:21 2012 +0200
e name for project in test BuildTypeFlags
Signed-off-by: Peter Kuemmel <syntheticpp at gmx.net>
diff --git a/Tests/BuildTypeFlags/CMakeLists.txt b/Tests/BuildTypeFlags/CMakeLists.txt
index c2dcc43..4e77162 100644
--- a/Tests/BuildTypeFlags/CMakeLists.txt
+++ b/Tests/BuildTypeFlags/CMakeLists.txt
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 2.8)
-project(flags C)
+project(BuildTypeFlags C)
enable_testing()
include(CTest)
@@ -27,7 +27,7 @@ add_library(lib_shared SHARED lib.c)
add_executable(flags flags.c)
target_link_libraries(flags lib)
-add_test( NAME flags_set COMMAND flags)
+add_test(NAME flags_set COMMAND flags)
set_tests_properties(flags_set PROPERTIES
PASS_REGULAR_EXPRESSION " ${CMAKE_BUILD_TYPE}")
-----------------------------------------------------------------------
Summary of changes:
Tests/BuildTypeFlags/CMakeLists.txt | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list