Skip to content

Commit

Permalink
Fix conversions from fc::bigint to/from 64-bit integers on 32-bit pla…
Browse files Browse the repository at this point in the history
…tforms, Fixes bitshares#150
  • Loading branch information
emfrias committed Jun 2, 2014
1 parent 27bdf50 commit eaa6ef1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@
project( BitShares )
cmake_minimum_required( VERSION 2.8.12 )

if(CMAKE_SIZEOF_VOID_P EQUAL 4)
MESSAGE(FATAL_ERROR "32 bit architecture not yet supported.")
endif()

list( APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/CMakeModules" )
list( APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/libraries/fc/CMakeModules" )
list( APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/libraries/fc/GitVersionGen" )
Expand Down

0 comments on commit eaa6ef1

Please sign in to comment.