cmake: inherit ARCH_WIDTH from 'monero' subdirectory

This commit is contained in:
xiphon 2019-10-05 13:11:18 +00:00 committed by TheCharlatan
parent c83c74d3c2
commit 1723d04902

View file

@ -56,6 +56,7 @@ endif()
add_subdirectory(monero)
set_property(TARGET wallet_merged PROPERTY FOLDER "monero")
get_directory_property(ARCH_WIDTH DIRECTORY "monero" DEFINITION ARCH_WIDTH)
if(STATIC)
message(STATUS "Initiating static build")