mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 06:50:06 +00:00
Bump minimum required to CMake 3.24
This commit is contained in:
parent
fef83c8aa7
commit
9ab9d6b2d0
16 changed files with 16 additions and 16 deletions
|
|
@ -1,4 +1,4 @@
|
|||
cmake_minimum_required(VERSION 3.20)
|
||||
cmake_minimum_required(VERSION 3.24)
|
||||
|
||||
set_property(DIRECTORY
|
||||
APPEND
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
cmake_minimum_required(VERSION 3.20)
|
||||
cmake_minimum_required(VERSION 3.24)
|
||||
project(scwx-test CXX)
|
||||
|
||||
include(GoogleTest)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue