Merge pull request #3000 from jeremy-lunarg/hayes-update-cmake-minimum

Update cmake minimum required version
This commit is contained in:
Jeremy Hayes 2022-08-12 11:44:16 -06:00 committed by GitHub
commit 10423ec659
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,7 +33,7 @@
# increase to 3.1 once all major distributions # increase to 3.1 once all major distributions
# include a version of CMake >= 3.1 # include a version of CMake >= 3.1
cmake_minimum_required(VERSION 2.8.12) cmake_minimum_required(VERSION 3.14.0)
if (POLICY CMP0048) if (POLICY CMP0048)
cmake_policy(SET CMP0048 NEW) cmake_policy(SET CMP0048 NEW)
endif() endif()