cmake: replace custom variable with built-in one
This commit is contained in:
parent
1d020d6db1
commit
f0de896f36
4 changed files with 2 additions and 11 deletions
|
@ -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()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue