From 88be5bfe01b627be5366dabe8ec1cc5cea230221 Mon Sep 17 00:00:00 2001 From: Kyle Isom Date: Sun, 4 Aug 2019 22:22:27 -0700 Subject: [PATCH] Bump minimum CMake version. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ee8d47c..d526c24 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.10) +cmake_minimum_required(VERSION 3.15) cmake_policy(SET CMP0048 NEW)