summaryrefslogtreecommitdiffstats
path: root/Tests/FindPNG/Test/CMakeLists.txt
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2023-03-09 12:38:16 (GMT)
committerKitware Robot <kwrobot@kitware.com>2023-03-09 12:38:23 (GMT)
commitb6ffbffaf26006a361c1330d0edce9a6314f58bb (patch)
treeed50e9fdbe3dbdaed4363041da167224f8ed870b /Tests/FindPNG/Test/CMakeLists.txt
parentb1595174148ee49bb2c4ae9cbd8ca5700abc31b0 (diff)
parentbd7b2293aa1653edec2d328b1183b0954ae484b4 (diff)
downloadCMake-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.txt2
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)