Skip to content

Commit

Permalink
fixed BUILD_64 option
Browse files Browse the repository at this point in the history
  • Loading branch information
fluffypony authored and tewinget committed Mar 17, 2015
1 parent c97a685 commit 56a1bf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -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")
Expand Down

0 comments on commit 56a1bf5

Please sign in to comment.