Unverified Commit 669c7fc7 authored by Miguel Dias Costa's avatar Miguel Dias Costa Committed by GitHub
Browse files

remove possibility of defining (32-bit) __ARM__ instead of __ARM64__ (#4462)

parent 66616acc
......@@ -41,11 +41,8 @@ if ("${TARGET_ARCH}" MATCHES "x86_64|i386")
endif()
if ("${TARGET_ARCH}" MATCHES "arm")
set(ARM ON)
if ("${TARGET_ARCH}" MATCHES "armv8")
# OpenMM only supports 64-bit ARM
add_definitions(-D__ARM64__=1)
else()
add_definitions(-D__ARM__=1)
endif()
endif()
if ("${TARGET_ARCH}" MATCHES "ppc")
set(PPC ON)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment