summaryrefslogtreecommitdiff
path: root/Tests/FindLibXml2
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2023-03-08 15:40:08 -0500
committerBrad King <brad.king@kitware.com>2023-03-08 15:41:43 -0500
commitbd7b2293aa1653edec2d328b1183b0954ae484b4 (patch)
tree3430928b9445ebf2a227ae89eeeb53f7cce34566 /Tests/FindLibXml2
parenta3cdf6e12fb38f86ede9007fddd27ec617bca56a (diff)
downloadcmake-bd7b2293aa1653edec2d328b1183b0954ae484b4.tar.gz
Tests: Bump CMake minimum required version in find-module tests to 3.5
CMake 3.27 deprecates compatibility with CMake < 3.5. Update find module tests to avoid the deprecation warning.
Diffstat (limited to 'Tests/FindLibXml2')
-rw-r--r--Tests/FindLibXml2/Test/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/FindLibXml2/Test/CMakeLists.txt b/Tests/FindLibXml2/Test/CMakeLists.txt
index 041cc132e7..9b866ab082 100644
--- a/Tests/FindLibXml2/Test/CMakeLists.txt
+++ b/Tests/FindLibXml2/Test/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 3.4)
+cmake_minimum_required(VERSION 3.5)
project(TestFindLibXml2 C)
include(CTest)