mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
fixed BUILD_64 option
This commit is contained in:
parent
c97a685a37
commit
56a1bf527b
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ if(CMAKE_SIZEOF_VOID_P EQUAL "8")
|
||||||
else()
|
else()
|
||||||
set(DEFAULT_BUILD_64 OFF)
|
set(DEFAULT_BUILD_64 OFF)
|
||||||
endif()
|
endif()
|
||||||
option(BUILD_64 "Build for 64-bit? 'No' builds for 32-bit." ${DEFAULT_BUILD_64})
|
option(BUILD_64 "Build for 64-bit? 'OFF' builds for 32-bit." ${DEFAULT_BUILD_64})
|
||||||
|
|
||||||
if(BUILD_64)
|
if(BUILD_64)
|
||||||
set(ARCH_WIDTH "64")
|
set(ARCH_WIDTH "64")
|
||||||
|
|
Loading…
Reference in a new issue