[Cmake-commits] CMake branch, next, updated. v3.6.0-749-g2f77bbd
Roger Leigh
rleigh at codelibre.net
Sun Jul 10 14:19:05 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 2f77bbd188fe154580f07070eb10bcec244e494a (commit)
via 7959d51847577e1411bde0cabb9e1ce687d60c6f (commit)
from 45376cb2b6913a96691c36167361459df0d20939 (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=2f77bbd188fe154580f07070eb10bcec244e494a
commit 2f77bbd188fe154580f07070eb10bcec244e494a
Merge: 45376cb 7959d51
Author: Roger Leigh <rleigh at codelibre.net>
AuthorDate: Sun Jul 10 14:19:04 2016 -0400
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Sun Jul 10 14:19:04 2016 -0400
Merge topic 'tiff-typo' into next
7959d518 FindTIFF: Correct variable names in unit test
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=7959d51847577e1411bde0cabb9e1ce687d60c6f
commit 7959d51847577e1411bde0cabb9e1ce687d60c6f
Author: Roger Leigh <rleigh at codelibre.net>
AuthorDate: Sun Jul 10 18:16:16 2016 +0000
Commit: Roger Leigh <rleigh at codelibre.net>
CommitDate: Sun Jul 10 18:16:16 2016 +0000
FindTIFF: Correct variable names in unit test
diff --git a/Tests/FindTIFF/Test/CMakeLists.txt b/Tests/FindTIFF/Test/CMakeLists.txt
index f17cda7..6985e3f 100644
--- a/Tests/FindTIFF/Test/CMakeLists.txt
+++ b/Tests/FindTIFF/Test/CMakeLists.txt
@@ -7,11 +7,11 @@ set(CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/../../../Source/Modules)
find_package(TIFF REQUIRED)
-add_executable(test_xercesc_tgt main.c)
-target_link_libraries(test_xercesc_tgt TIFF::TIFF)
-add_test(NAME test_xercesc_tgt COMMAND test_xercesc_tgt)
+add_executable(test_tiff_tgt main.c)
+target_link_libraries(test_tiff_tgt TIFF::TIFF)
+add_test(NAME test_tiff_tgt COMMAND test_tiff_tgt)
-add_executable(test_xercesc_var main.c)
-target_include_directories(test_xercesc_var PRIVATE ${TIFF_INCLUDE_DIRS})
-target_link_libraries(test_xercesc_var PRIVATE ${TIFF_LIBRARIES})
-add_test(NAME test_xercesc_var COMMAND test_xercesc_var)
+add_executable(test_tiff_var main.c)
+target_include_directories(test_tiff_var PRIVATE ${TIFF_INCLUDE_DIRS})
+target_link_libraries(test_tiff_var PRIVATE ${TIFF_LIBRARIES})
+add_test(NAME test_tiff_var COMMAND test_tiff_var)
-----------------------------------------------------------------------
Summary of changes:
Tests/FindTIFF/Test/CMakeLists.txt | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list