Skip to content

Commit ee0f3d4

Browse files
committedApr 1, 2025
autotest/postinstall/test_c|cpp: bump cmake_minimum_required to 3.16
1 parent a509dd3 commit ee0f3d4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎autotest/postinstall/test_c/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 3.0)
1+
cmake_minimum_required(VERSION 3.16)
22

33
project(test_c C CXX) # CXX for properly linking GDAL
44

‎autotest/postinstall/test_cpp/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 3.0)
1+
cmake_minimum_required(VERSION 3.16)
22

33
project(test_cpp CXX)
44

0 commit comments

Comments
 (0)
Failed to load comments.