Add EXCLUDE_FROM_ALL for monero dependency (#221)

This commit is contained in:
Lee *!* Clagett
2025-12-19 18:52:12 -05:00
committed by Lee *!* Clagett
parent 6c0b957e95
commit f2b3534002

View File

@@ -185,7 +185,7 @@ else () # NOT MONERO_BUILD_DIR
endif ()
include(FetchContent)
FetchContent_Declare(monero SOURCE_DIR "${MONERO_SOURCE_DIR}")
FetchContent_Declare(monero SOURCE_DIR "${MONERO_SOURCE_DIR}" EXCLUDE_FROM_ALL)
if (NOT monero_POPULATED)
FetchContent_MakeAvailable(monero)