[Cmake-commits] CMake branch, master, updated. v3.9.0-358-gba83708

Kitware Robot kwrobot at kitware.com
Fri Jul 28 20:15:07 EDT 2017


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, master has been updated
       via  ba83708004842bef20108ec4c37f13d7533a0ee3 (commit)
       via  5a9c4aeb9a82eb141fd8cdac1fb3a8eea194fea5 (commit)
      from  d2d8e9edf32ec9b8c5a3761ecaad682c7fcdf9ed (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=ba83708004842bef20108ec4c37f13d7533a0ee3
commit ba83708004842bef20108ec4c37f13d7533a0ee3
Merge: d2d8e9e 5a9c4ae
Author:     Craig Scott <craig.scott at crascit.com>
AuthorDate: Sat Jul 29 00:06:57 2017 +0000
Commit:     Kitware Robot <kwrobot at kitware.com>
CommitDate: Fri Jul 28 20:07:03 2017 -0400

    Merge topic 'FindMatlab/CUSTOM_TEST_COMMAND-documentation-fix'
    
    5a9c4aeb FindMatlab: CUSTOM_TEST_COMMAND documentation fix
    
    Acked-by: Kitware Robot <kwrobot at kitware.com>
    Merge-request: !1086


https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=5a9c4aeb9a82eb141fd8cdac1fb3a8eea194fea5
commit 5a9c4aeb9a82eb141fd8cdac1fb3a8eea194fea5
Author:     Raffi Enficiaud <raffi.enficiaud at mines-paris.org>
AuthorDate: Thu Jul 27 21:29:11 2017 +0200
Commit:     Raffi Enficiaud <raffi.enficiaud at mines-paris.org>
CommitDate: Thu Jul 27 21:35:16 2017 +0200

    FindMatlab: CUSTOM_TEST_COMMAND documentation fix
    
    Documentation states CUSTOM_MATLAB_COMMAND, while code uses CUSTOM_TEST_COMMAND.
    Addresses issue #17107

diff --git a/Modules/FindMatlab.cmake b/Modules/FindMatlab.cmake
index 80bcda3..cd8246d 100644
--- a/Modules/FindMatlab.cmake
+++ b/Modules/FindMatlab.cmake
@@ -721,7 +721,7 @@ endfunction()
 #     matlab_add_unit_test(
 #         NAME <name>
 #         UNITTEST_FILE matlab_file_containing_unittest.m
-#         [CUSTOM_MATLAB_COMMAND matlab_command_to_run_as_test]
+#         [CUSTOM_TEST_COMMAND matlab_command_to_run_as_test]
 #         [UNITTEST_PRECOMMAND matlab_command_to_run]
 #         [TIMEOUT timeout]
 #         [ADDITIONAL_PATH path1 [path2 ...]]
@@ -737,7 +737,7 @@ endfunction()
 #   ``UNITTEST_FILE``
 #     the matlab unittest file. Its path will be automatically
 #     added to the Matlab path.
-#   ``CUSTOM_MATLAB_COMMAND``
+#   ``CUSTOM_TEST_COMMAND``
 #     Matlab script command to run as the test.
 #     If this is not set, then the following is run:
 #     ``runtests('matlab_file_name'), exit(max([ans(1,:).Failed]))``

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

Summary of changes:
 Modules/FindMatlab.cmake |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list