mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-08 20:09:48 +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)
|
add_subdirectory(monero)
|
||||||
set_property(TARGET wallet_merged PROPERTY FOLDER "monero")
|
set_property(TARGET wallet_merged PROPERTY FOLDER "monero")
|
||||||
|
get_directory_property(ARCH_WIDTH DIRECTORY "monero" DEFINITION ARCH_WIDTH)
|
||||||
|
|
||||||
if(STATIC)
|
if(STATIC)
|
||||||
message(STATUS "Initiating static build")
|
message(STATUS "Initiating static build")
|
||||||
|
|
Loading…
Reference in a new issue