From a5be4b5e26ca81f923b1256504de4cd7c18812fb Mon Sep 17 00:00:00 2001 From: VoxelTek <53562267+VoxelTek@users.noreply.github.com> Date: Wed, 18 Jun 2025 12:23:43 +1000 Subject: [PATCH] Reduce whitespace Co-authored-by: Anonymous Maarten --- CMakeLists.txt | 4 ---- 1 file changed, 4 deletions(-) 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