Skip to content

Commit 8e82b7c

Browse files
authored
bump the required CMake version to 3.14 (KhronosGroup#505)
Several projects in this repo still required a minimum CMake version of 3.0, but this is no longer supported by CMake 4.0. Update these minimum CMake versions to 3.14 to align with the rest of the repo.
1 parent 8c88e0c commit 8e82b7c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

tests/find_package/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
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.14)
22

33
project(TEST_FIND_PACKAGE LANGUAGES CXX)
44

tools/buildHeaders/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
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.14)
22

33
set(CMAKE_INSTALL_PREFIX "install" CACHE STRING "prefix" FORCE)
44

0 commit comments

Comments
 (0)