commit | 10423ec659d301a0ff2daac8bbf38980abf27590 | [log] [tgz] |
---|---|---|
author | Jeremy Hayes <jeremy-lunarg@users.noreply.github.com> | Fri Aug 12 11:44:16 2022 -0600 |
committer | GitHub <noreply@github.com> | Fri Aug 12 11:44:16 2022 -0600 |
tree | 27a6970c2ad7daabfc471e7f14bb6fbfd1f117a7 | |
parent | 73c9630da979017b2f7e19c6549e2bdb93d9b238 [diff] | |
parent | 56e19ed8cea9098eacc7fee722e06559a4b806b7 [diff] |
Merge pull request #3000 from jeremy-lunarg/hayes-update-cmake-minimum Update cmake minimum required version
diff --git a/CMakeLists.txt b/CMakeLists.txt index ddbc6e8..a011686 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt
@@ -33,7 +33,7 @@ # increase to 3.1 once all major distributions # include a version of CMake >= 3.1 -cmake_minimum_required(VERSION 2.8.12) +cmake_minimum_required(VERSION 3.14.0) if (POLICY CMP0048) cmake_policy(SET CMP0048 NEW) endif()