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.
2 parents 415de9a + 3899042 commit b9b1638Copy full SHA for b9b1638
CMakeLists.txt
@@ -16,6 +16,10 @@ else()
16
set(ENABLE_INSTALL OFF)
17
endif()
18
19
+if (NOT ${CMAKE_SIZEOF_VOID_P} EQUAL 8)
20
+ message(FATAL_ERROR "osm2pgsql needs a 64 bit architecture")
21
+endif()
22
+
23
if (WIN32)
24
set(DEFAULT_STYLE "default.style" CACHE STRING "Default style used unless one is given on the command line")
25
else()
0 commit comments