From a94187b233a804bddf74991f6c90ee13b802b063 Mon Sep 17 00:00:00 2001 From: VoxelTek <53562267+VoxelTek@users.noreply.github.com> Date: Thu, 19 Jun 2025 00:11:41 +1000 Subject: [PATCH] Show that CMake is grabbing SDL3 (#331) * Show that CMake is grabbing SDL3 * Make status message only run if downloading SDL3 * Reduce whitespace Co-authored-by: Anonymous Maarten --------- Co-authored-by: Anonymous Maarten --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 55007410..1d561e1e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -52,6 +52,7 @@ 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