summaryrefslogtreecommitdiffstats
path: root/Tests
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2022-11-08 14:04:18 (GMT)
committerKitware Robot <kwrobot@kitware.com>2022-11-08 14:04:43 (GMT)
commita0ad3209b5df98d8e4de7c945ffa083b95bbbe52 (patch)
treec0a33655a8a1ca10fc9b54d36da1ee7b7fa1a17f /Tests
parent01fe92f35fcbbedb939d861bbbe1e2ab36af77ca (diff)
parent9e3f1723ff931c07ca18e1d3256ba2063e7b4b86 (diff)
downloadCMake-a0ad3209b5df98d8e4de7c945ffa083b95bbbe52.zip
CMake-a0ad3209b5df98d8e4de7c945ffa083b95bbbe52.tar.gz
CMake-a0ad3209b5df98d8e4de7c945ffa083b95bbbe52.tar.bz2
Merge topic 'find-version-vars'
9e3f1723ff Find{BZip2,LibLZMA,ZLIB}: use *_VERSION as modern CMake Acked-by: Kitware Robot <kwrobot@kitware.com> Reviewed-by: Craig Scott <craig.scott@crascit.com> Merge-request: !7877
Diffstat (limited to 'Tests')
-rw-r--r--Tests/CMakeOnly/AllFindModules/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Tests/CMakeOnly/AllFindModules/CMakeLists.txt b/Tests/CMakeOnly/AllFindModules/CMakeLists.txt
index 0907d03..c990eb4 100644
--- a/Tests/CMakeOnly/AllFindModules/CMakeLists.txt
+++ b/Tests/CMakeOnly/AllFindModules/CMakeLists.txt
@@ -96,8 +96,8 @@ foreach(VTEST ALSA ARMADILLO BZIP2 CUPS CURL EXPAT FREETYPE GETTEXT GIT HG
check_version_string(${VTEST} ${VTEST}_VERSION_STRING)
endforeach()
-foreach(VTEST BISON Boost CUDA DOXYGEN FLEX GIF GTK2
- HDF5 JPEG LibArchive OPENSCENEGRAPH Ruby RUBY SWIG Protobuf)
+foreach(VTEST BISON Boost BZIP2 CUDA DOXYGEN FLEX GIF GTK2
+ HDF5 JPEG LibArchive LIBLZMA OPENSCENEGRAPH Ruby RUBY SWIG Protobuf ZLIB)
check_version_string(${VTEST} ${VTEST}_VERSION)
endforeach()