Skip to content

Commit 3327ba1

Browse files
committed
don't build on 32-bit windows
1 parent fe0b1fc commit 3327ba1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ endif()
103103
# Automatically detect architecture based on Visual Studio generator
104104
if(MSVC AND NOT DEFINED DFHACK_BUILD_ARCH)
105105
if ((${CMAKE_GENERATOR} MATCHES "Win32") OR (${CMAKE_GENERATOR} MATCHES "x86"))
106-
set(DFHACK_BUILD_ARCH "32")
106+
message(SEND_ERROR "DF v50 does not support 32-bit")
107107
else()
108108
set(DFHACK_BUILD_ARCH "64")
109109
endif()

0 commit comments

Comments
 (0)