Skip to content

Commit 91223d2

Browse files
committed
Update CMakeLists minimum required version
This version is no longer supported by recent versions of CMake.
1 parent becc2e4 commit 91223d2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 3.0)
1+
cmake_minimum_required(VERSION 4.0)
22
list(APPEND CMAKE_MODULE_PATH
33
${CMAKE_CURRENT_SOURCE_DIR}/cmake
44
${CMAKE_CURRENT_SOURCE_DIR}/platforms/sfml

0 commit comments

Comments
 (0)