diff options
author | Brad King <brad.king@kitware.com> | 2023-03-08 20:40:08 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2023-03-08 20:41:43 (GMT) |
commit | bd7b2293aa1653edec2d328b1183b0954ae484b4 (patch) | |
tree | 3430928b9445ebf2a227ae89eeeb53f7cce34566 /Tests/FindLibXslt | |
parent | a3cdf6e12fb38f86ede9007fddd27ec617bca56a (diff) | |
download | CMake-bd7b2293aa1653edec2d328b1183b0954ae484b4.zip CMake-bd7b2293aa1653edec2d328b1183b0954ae484b4.tar.gz CMake-bd7b2293aa1653edec2d328b1183b0954ae484b4.tar.bz2 |
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/FindLibXslt')
-rw-r--r-- | Tests/FindLibXslt/Test/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/FindLibXslt/Test/CMakeLists.txt b/Tests/FindLibXslt/Test/CMakeLists.txt index e932661..32a157f 100644 --- a/Tests/FindLibXslt/Test/CMakeLists.txt +++ b/Tests/FindLibXslt/Test/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.4) +cmake_minimum_required(VERSION 3.5) project(TestFindLibXslt C) include(CTest) |