fixed BUILD_64 option

This commit is contained in:
Riccardo Spagni 2015-03-03 21:57:40 +02:00 committed by Thomas Winget
parent c97a685a37
commit 56a1bf527b
No known key found for this signature in database
GPG Key ID: 58131A160789E630
1 changed files with 1 additions and 1 deletions

View File

@ -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")