diff --git a/CMakeLists.txt b/CMakeLists.txt index b4a3686b..1d561e1e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -50,13 +50,9 @@ message(STATUS "Internal miniwin: ${ISLE_MINIWIN}") message(STATUS "Isle debugging: ${ISLE_DEBUG}") message(STATUS "Compile shaders: ${ISLE_COMPILE_SHADERS}") - - if (DOWNLOAD_DEPENDENCIES) # FetchContent downloads and configures dependencies - message(STATUS "Fetching SDL3 and iniparser. This might take a while...") - include(FetchContent) FetchContent_Declare( SDL3