1
mirror of https://github.com/monero-project/monero-gui synced 2025-03-30 03:39:05 +02:00

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

@ -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")