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 <madebr@users.noreply.github.com>

---------

Co-authored-by: Anonymous Maarten <madebr@users.noreply.github.com>
This commit is contained in:
VoxelTek 2025-06-19 00:11:41 +10:00 committed by GitHub
parent 6cdbfa86ac
commit a94187b233
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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