Merge pull request #442 from tgsm/bump-cmake-version

cmake: bump minimum version
This commit is contained in:
Arisotura 2019-06-09 13:54:44 +02:00 committed by GitHub
commit 10df601023
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.10.2)
cmake_minimum_required(VERSION 3.13)
cmake_policy(VERSION 3.10.2)
cmake_policy(VERSION 3.13)
if (POLICY CMP0076)
cmake_policy(SET CMP0076 NEW)
endif()