mirror of
https://github.com/monero-project/monero-gui
synced 2024-12-25 01:53:43 +01:00
cmake: inherit ARCH_WIDTH from 'monero' subdirectory
This commit is contained in:
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")
|
||||
|
Loading…
Reference in New Issue
Block a user