Error on 32 bit build

This commit is contained in:
Dennis Luxen 2024-05-06 19:12:18 +02:00
parent 992bf2e310
commit 6bde4467ab

View File

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