Skip to content

Commit e924f12

Browse files
committed
cmake: Compatibility with CMake < 3.10 will be removed in a future CMake version
1 parent c672c0e commit e924f12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ endif()
55
# MSVC runtime library flags are selected by an abstraction.
66
set(CMAKE_POLICY_DEFAULT_CMP0091 NEW)
77

8-
cmake_minimum_required(VERSION 3.0.0...3.5)
8+
cmake_minimum_required(VERSION 3.0.0...3.10)
99
project(SDL2 C)
1010

1111
if(CMAKE_SOURCE_DIR STREQUAL PROJECT_SOURCE_DIR)

0 commit comments

Comments
 (0)