We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe0b1fc commit 3327ba1Copy full SHA for 3327ba1
CMakeLists.txt
@@ -103,7 +103,7 @@ endif()
103
# Automatically detect architecture based on Visual Studio generator
104
if(MSVC AND NOT DEFINED DFHACK_BUILD_ARCH)
105
if ((${CMAKE_GENERATOR} MATCHES "Win32") OR (${CMAKE_GENERATOR} MATCHES "x86"))
106
- set(DFHACK_BUILD_ARCH "32")
+ message(SEND_ERROR "DF v50 does not support 32-bit")
107
else()
108
set(DFHACK_BUILD_ARCH "64")
109
endif()
0 commit comments