From 1723d049022947e470118009f351e6336c802215 Mon Sep 17 00:00:00 2001 From: xiphon Date: Sat, 5 Oct 2019 13:11:18 +0000 Subject: [PATCH] cmake: inherit ARCH_WIDTH from 'monero' subdirectory --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index b9ffdf76..b6cd7f46 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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")