Skip to content

Commit

Permalink
cmake: Compatibility with CMake < 3.10 will be removed in a future CM…
Browse files Browse the repository at this point in the history
…ake version
  • Loading branch information
madebr committed Nov 17, 2024
1 parent 3ee780c commit 7217771
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ endif()
# MSVC runtime library flags are selected by an abstraction.
set(CMAKE_POLICY_DEFAULT_CMP0091 NEW)

cmake_minimum_required(VERSION 3.0.0...3.5)
cmake_minimum_required(VERSION 3.0.0...3.10)
project(SDL2 C CXX)

if(CMAKE_SOURCE_DIR STREQUAL PROJECT_SOURCE_DIR)
Expand Down

0 comments on commit 7217771

Please sign in to comment.