mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-06 14:43:20 +00:00
cmake: update cmake_minimum_required to avoid deprecated warning
This commit is contained in:
parent
64f17314a2
commit
e5f3b22d63
4 changed files with 4 additions and 4 deletions
|
|
@ -1,7 +1,7 @@
|
|||
# SDL2 CMake configuration file:
|
||||
# This file is meant to be placed in a cmake subfolder of SDL2-devel-2.x.y-VC
|
||||
|
||||
cmake_minimum_required(VERSION 3.0)
|
||||
cmake_minimum_required(VERSION 3.0...3.5)
|
||||
|
||||
include(FeatureSummary)
|
||||
set_package_properties(SDL2 PROPERTIES
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue