Bump minimum CMake version.

This commit is contained in:
Kyle Isom 2019-08-04 22:22:27 -07:00
parent 323ac318f8
commit 88be5bfe01
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.10)
cmake_minimum_required(VERSION 3.15)
cmake_policy(SET CMP0048 NEW)