Merge pull request #532 from GabrielGanne/cmake-required-version-fix

Increase CMake required version 3.5 -> 3.20
This commit is contained in:
Willem Toorop 2022-12-22 15:18:56 +01:00 committed by GitHub
commit c8df60e67d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.5 FATAL_ERROR) cmake_minimum_required(VERSION 3.20 FATAL_ERROR)
if (POLICY CMP0075) if (POLICY CMP0075)
cmake_policy(SET CMP0075 NEW) cmake_policy(SET CMP0075 NEW)