[Cmake-commits] CMake branch, next, updated. v2.8.11.2-3241-g2d0d213
Daniele E. Domenichelli
daniele.domenichelli at gmail.com
Fri Jul 19 06:30:39 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 2d0d2138bd1ed05a6b3522f7cb0739b2c71b190e (commit)
via bcb574ef561402ef16a98197d5ccbb6d9cdf4232 (commit)
from 8e30b4b6d66d274ec72022254c97f562a2463156 (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=2d0d2138bd1ed05a6b3522f7cb0739b2c71b190e
commit 2d0d2138bd1ed05a6b3522f7cb0739b2c71b190e
Merge: 8e30b4b bcb574e
Author: Daniele E. Domenichelli <daniele.domenichelli at gmail.com>
AuthorDate: Fri Jul 19 06:30:34 2013 -0400
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Fri Jul 19 06:30:34 2013 -0400
Merge topic 'SelectLibraryConfigurations' into next
bcb574e [SelectLibraryConfigurations] Update unit-test with the new logic
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=bcb574ef561402ef16a98197d5ccbb6d9cdf4232
commit bcb574ef561402ef16a98197d5ccbb6d9cdf4232
Author: Daniele E. Domenichelli <daniele.domenichelli at iit.it>
AuthorDate: Fri Jul 19 12:26:13 2013 +0200
Commit: Daniele E. Domenichelli <daniele.domenichelli at iit.it>
CommitDate: Fri Jul 19 12:26:13 2013 +0200
[SelectLibraryConfigurations] Update unit-test with the new logic
diff --git a/Tests/CMakeOnly/SelectLibraryConfigurations/CMakeLists.txt b/Tests/CMakeOnly/SelectLibraryConfigurations/CMakeLists.txt
index 5bf0f8a..6d1628a 100644
--- a/Tests/CMakeOnly/SelectLibraryConfigurations/CMakeLists.txt
+++ b/Tests/CMakeOnly/SelectLibraryConfigurations/CMakeLists.txt
@@ -29,7 +29,7 @@ if (NOT CMAKE_CONFIGURATION_TYPES AND NOT CMAKE_BUILD_TYPE)
set(CMAKE_BUILD_TYPE Debug)
endif ()
-check_slc(empty "")
+check_slc(empty "empty_LIBRARY-NOTFOUND")
set(OPTONLY_LIBRARY_RELEASE "opt")
check_slc(OPTONLY "opt")
-----------------------------------------------------------------------
Summary of changes:
.../SelectLibraryConfigurations/CMakeLists.txt | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list