File tree 3 files changed +3
-3
lines changed
build-scripts/pkg-support/msvc/cmake
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
# you can define SDL3_INCLUDE_DIRS on the cmdline. For example:
3
3
# cmake -DSDL3_INCLUDE_DIRS=/opt/SDL3/include [other stuff ....]
4
4
5
- cmake_minimum_required (VERSION 3.0.0...3.10 )
5
+ cmake_minimum_required (VERSION 3.0...3.28 )
6
6
project (sdl2_compat VERSION 2.30.50 LANGUAGES C)
7
7
8
8
if (POLICY CMP0074)
Original file line number Diff line number Diff line change 1
1
# @<@PROJECT_NAME@>@ CMake configuration file:
2
2
# This file is meant to be placed in a cmake subfolder of @<@PROJECT_NAME@>@-devel-@<@PROJECT_VERSION@>@-VC.zip
3
3
4
- cmake_minimum_required (VERSION 3.0...3.5 )
4
+ cmake_minimum_required (VERSION 3.0...3.28 )
5
5
6
6
include (FeatureSummary)
7
7
set_package_properties(SDL2 PROPERTIES
Original file line number Diff line number Diff line change 1
1
# This cmake build script is meant for verifying the various CMake configuration script.
2
2
3
- cmake_minimum_required (VERSION 3.12)
3
+ cmake_minimum_required (VERSION 3.12...3.28 )
4
4
project (sdl_test LANGUAGES C)
5
5
6
6
include (GenerateExportHeader)
You can’t perform that action at this time.
0 commit comments