cmake: replace custom variable with built-in one

This commit is contained in:
Duy Tran 2025-04-28 11:57:53 -04:00
parent 1d020d6db1
commit f0de896f36
4 changed files with 2 additions and 11 deletions

View file

@ -18,7 +18,6 @@ if (NOT raylib_FOUND) # If there's none, fetch and build raylib
if (NOT raylib_POPULATED) # Have we downloaded raylib yet?
set(FETCHCONTENT_QUIET NO)
FetchContent_MakeAvailable(raylib)
set(BUILD_EXAMPLES OFF CACHE BOOL "" FORCE) # don't build the supplied examples
endif()
endif()