fixed BUILD_64 option

pull/95/head
Riccardo Spagni 9 years ago committed by Thomas Winget
parent c97a685a37
commit 56a1bf527b
No known key found for this signature in database
GPG Key ID: 58131A160789E630

@ -71,7 +71,7 @@ if(CMAKE_SIZEOF_VOID_P EQUAL "8")
else()
set(DEFAULT_BUILD_64 OFF)
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)
set(ARCH_WIDTH "64")

Loading…
Cancel
Save