diff options
author | Arisotura <thetotalworm@gmail.com> | 2019-06-09 13:54:44 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-09 13:54:44 +0200 |
commit | 10df601023af2a87cba103ca5be32d4c9dafc06f (patch) | |
tree | 908463dabf5006677420c2406df6813cd6479b2f /CMakeLists.txt | |
parent | 00a5576492d9adbdc861cf27610a1a48a60d7115 (diff) | |
parent | 5f4f1408b3f2a1351c63cc21f6a42a34dcaa1d4b (diff) |
Merge pull request #442 from tgsm/bump-cmake-version
cmake: bump minimum version
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 38d4707..6ebb69f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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() |