forked from such-gitea/wownero-lws
Add EXCLUDE_FROM_ALL for monero dependency (#221)
This commit is contained in:
committed by
Lee *!* Clagett
parent
6c0b957e95
commit
f2b3534002
@@ -185,7 +185,7 @@ else () # NOT MONERO_BUILD_DIR
|
|||||||
endif ()
|
endif ()
|
||||||
|
|
||||||
include(FetchContent)
|
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)
|
if (NOT monero_POPULATED)
|
||||||
FetchContent_MakeAvailable(monero)
|
FetchContent_MakeAvailable(monero)
|
||||||
|
|||||||
Reference in New Issue
Block a user