Make status message only run if downloading SDL3

This commit is contained in:
VoxelTek 2025-06-18 11:58:36 +10:00
parent 9babb356f2
commit dafcb72c5c

View File

@ -50,10 +50,13 @@ message(STATUS "Internal miniwin: ${ISLE_MINIWIN}")
message(STATUS "Isle debugging: ${ISLE_DEBUG}") message(STATUS "Isle debugging: ${ISLE_DEBUG}")
message(STATUS "Compile shaders: ${ISLE_COMPILE_SHADERS}") message(STATUS "Compile shaders: ${ISLE_COMPILE_SHADERS}")
message(STATUS "Fetching SDL3, please wait...")
if (DOWNLOAD_DEPENDENCIES) if (DOWNLOAD_DEPENDENCIES)
# FetchContent downloads and configures dependencies # FetchContent downloads and configures dependencies
message(STATUS "Fetching SDL3 and iniparser. This might take a while...")
include(FetchContent) include(FetchContent)
FetchContent_Declare( FetchContent_Declare(
SDL3 SDL3