Skip to content

Commit

Permalink
Error on 32 bit build
Browse files Browse the repository at this point in the history
  • Loading branch information
DennisOSRM committed May 6, 2024
1 parent 992bf2e commit 6bde446
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ include(GNUInstallDirs)
if(CMAKE_SIZEOF_VOID_P EQUAL 8)
message(STATUS "Building on a 64 bit system")
else()
message(STATUS "Building on a 32 bit system")
message(FATAL_ERROR "Building on a 32 bit system is not supported")
endif()

include_directories(BEFORE ${CMAKE_CURRENT_BINARY_DIR}/include/)
Expand Down

0 comments on commit 6bde446

Please sign in to comment.