mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-12 17:35:38 +00:00
cmake: update cmake_minimum_required to avoid deprecated warning
This commit is contained in:
parent
dbb6cd02aa
commit
dbfd47e77d
6 changed files with 6 additions and 6 deletions
2
.github/cmake/CMakeLists.txt
vendored
2
.github/cmake/CMakeLists.txt
vendored
|
|
@ -1,4 +1,4 @@
|
|||
cmake_minimum_required(VERSION 3.0)
|
||||
cmake_minimum_required(VERSION 3.0...3.5)
|
||||
project(ci_utils C CXX)
|
||||
|
||||
set(txt "CC=${CMAKE_C_COMPILER}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue