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