1
0
Fork 0

Increase required CMake version to 3.10

This commit is contained in:
KVS85 2019-10-15 13:14:13 +03:00 committed by GitHub
parent 5a97acc166
commit 709ecee291
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
# General
# ------------------------------------------------------------------------------
cmake_minimum_required(VERSION 3.2)
cmake_minimum_required(VERSION 3.10)
if (POLICY CMP0048)
cmake_policy(SET CMP0048 NEW)