Skip to content

Commit 2f788d7

Browse files
authored
cmake: Reduce minimum CMake version from 3.25 to 3.22
There isn't anything in 3.25 that we actually need, so we can reduce the minimum requirement. 3.22 is commonly available across many package managers. For a list of the changes in `FetchContent`, see: https://cmake.org/cmake/help/latest/module/FetchContent.html
1 parent ef8b3e6 commit 2f788d7

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.25)
1+
cmake_minimum_required(VERSION 3.22)
22
#this change avoid the warning that appear when we include raylib using Cmake fatch content
33
project(raylib)
44

0 commit comments

Comments
 (0)