[Cmake-commits] CMake branch, next, updated. v3.6.2-1843-g279bd66
Raffi Enficiaud
raffi.enficiaud at mines-paris.org
Thu Sep 8 07:27:13 EDT 2016
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 279bd661894dc24b19e83e0d5de07ec2061e7552 (commit)
via 1031e5d99385317e74a4667da9865aebcb48bcbe (commit)
from ac75ecc1800c224c803b1de2af49f071b6aee36c (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 -----------------------------------------------------------------
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=279bd661894dc24b19e83e0d5de07ec2061e7552
commit 279bd661894dc24b19e83e0d5de07ec2061e7552
Merge: ac75ecc 1031e5d
Author: Raffi Enficiaud <raffi.enficiaud at mines-paris.org>
AuthorDate: Thu Sep 8 07:27:13 2016 -0400
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Thu Sep 8 07:27:13 2016 -0400
Merge topic 'FindMatlab-regression-tests-print-on-error' into next
1031e5d9 FindMatlab: add verbosity to the nightly tests
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=1031e5d99385317e74a4667da9865aebcb48bcbe
commit 1031e5d99385317e74a4667da9865aebcb48bcbe
Author: Raffi Enficiaud <raffi.enficiaud at mines-paris.org>
AuthorDate: Thu Sep 8 13:26:42 2016 +0200
Commit: Raffi Enficiaud <raffi.enficiaud at mines-paris.org>
CommitDate: Thu Sep 8 13:26:42 2016 +0200
FindMatlab: add verbosity to the nightly tests
diff --git a/Tests/CMakeLists.txt b/Tests/CMakeLists.txt
index 8293286..7f43ec7 100644
--- a/Tests/CMakeLists.txt
+++ b/Tests/CMakeLists.txt
@@ -1412,9 +1412,9 @@ ${CMake_BINARY_DIR}/bin/cmake -DDIR=dev -P ${CMake_SOURCE_DIR}/Utilities/Release
# Matlab module
if(CMake_TEST_FindMatlab)
- ADD_TEST_MACRO(FindMatlab.basic_checks ${CMAKE_CTEST_COMMAND} -C $<CONFIGURATION>)
- ADD_TEST_MACRO(FindMatlab.versions_checks ${CMAKE_CTEST_COMMAND} -C $<CONFIGURATION>)
- ADD_TEST_MACRO(FindMatlab.components_checks ${CMAKE_CTEST_COMMAND} -C $<CONFIGURATION>)
+ ADD_TEST_MACRO(FindMatlab.basic_checks ${CMAKE_CTEST_COMMAND} -V -C $<CONFIGURATION>)
+ ADD_TEST_MACRO(FindMatlab.versions_checks ${CMAKE_CTEST_COMMAND} -V -C $<CONFIGURATION>)
+ ADD_TEST_MACRO(FindMatlab.components_checks ${CMAKE_CTEST_COMMAND} -V -C $<CONFIGURATION>)
endif()
find_package(GTK2 QUIET)
-----------------------------------------------------------------------
Summary of changes:
Tests/CMakeLists.txt | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list