mirror of
https://github.com/geode-sdk/geode.git
synced 2025-04-15 22:44:42 -04:00
Bump minimum required CMake version in codegen
gets rid of a warning :-)
This commit is contained in:
parent
62b06c2615
commit
27ed63e710
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
cmake_minimum_required(VERSION 3.0 FATAL_ERROR)
|
||||
cmake_minimum_required(VERSION 3.21 FATAL_ERROR)
|
||||
project(Codegen LANGUAGES C CXX)
|
||||
|
||||
include(../cmake/CPM.cmake)
|
||||
|
|
Loading…
Add table
Reference in a new issue