Rolling CMake required to 3.20

- CMake 3.15 required to remove /W3 by default
- CMake 3.20 required for preset support
This commit is contained in:
Dan Paulat 2022-10-06 10:29:35 -05:00
parent 14c9c1079c
commit b6e7c829ee
12 changed files with 13 additions and 11 deletions

View file

@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.11)
cmake_minimum_required(VERSION 3.20)
set(PROJECT_NAME supercell-wx)
project(${PROJECT_NAME} C CXX)