diff options
author | Brad King <brad.king@kitware.com> | 2023-03-09 12:38:16 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2023-03-09 12:38:23 (GMT) |
commit | b6ffbffaf26006a361c1330d0edce9a6314f58bb (patch) | |
tree | ed50e9fdbe3dbdaed4363041da167224f8ed870b /Tests/FindPNG/Test/CMakeLists.txt | |
parent | b1595174148ee49bb2c4ae9cbd8ca5700abc31b0 (diff) | |
parent | bd7b2293aa1653edec2d328b1183b0954ae484b4 (diff) | |
download | CMake-b6ffbffaf26006a361c1330d0edce9a6314f58bb.zip CMake-b6ffbffaf26006a361c1330d0edce9a6314f58bb.tar.gz CMake-b6ffbffaf26006a361c1330d0edce9a6314f58bb.tar.bz2 |
Merge topic 'test-minver'
bd7b2293aa Tests: Bump CMake minimum required version in find-module tests to 3.5
Acked-by: Kitware Robot <kwrobot@kitware.com>
Acked-by: buildbot <buildbot@kitware.com>
Merge-request: !8304
Diffstat (limited to 'Tests/FindPNG/Test/CMakeLists.txt')
-rw-r--r-- | Tests/FindPNG/Test/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/FindPNG/Test/CMakeLists.txt b/Tests/FindPNG/Test/CMakeLists.txt index ad50011..66cdda1 100644 --- a/Tests/FindPNG/Test/CMakeLists.txt +++ b/Tests/FindPNG/Test/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.4) +cmake_minimum_required(VERSION 3.5) project(TestFindPNG C) include(CTest) |