mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-16 15:58:11 +00:00
cmake: inherit ARCH_WIDTH from 'monero' subdirectory
This commit is contained in:
parent
c83c74d3c2
commit
1723d04902
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue