mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-02-03 12:31:15 +00:00
Make status message only run if downloading SDL3
This commit is contained in:
parent
9babb356f2
commit
dafcb72c5c
@ -50,10 +50,13 @@ message(STATUS "Internal miniwin: ${ISLE_MINIWIN}")
|
||||
message(STATUS "Isle debugging: ${ISLE_DEBUG}")
|
||||
message(STATUS "Compile shaders: ${ISLE_COMPILE_SHADERS}")
|
||||
|
||||
message(STATUS "Fetching SDL3, please wait...")
|
||||
|
||||
|
||||
if (DOWNLOAD_DEPENDENCIES)
|
||||
# FetchContent downloads and configures dependencies
|
||||
|
||||
message(STATUS "Fetching SDL3 and iniparser. This might take a while...")
|
||||
|
||||
include(FetchContent)
|
||||
FetchContent_Declare(
|
||||
SDL3
|
||||
|
||||
Loading…
Reference in New Issue
Block a user