From 0d5ab1705324e91d9788185cd16e1d4e6bf54fbe Mon Sep 17 00:00:00 2001 From: Mathias Preiner Date: Tue, 2 Mar 2021 00:26:29 -0800 Subject: Add aarch64 (ARM64) cross-compile support. (#6033) This commit adds support for cross-compiling for aarch64 platforms and simplifies cross-compilation handling for Windows. The configure script now automatically downloads and cross-compiles the required dependencies ANTLR3 and GMP when passing option --arm64 or --win64. Fixes #1479 #5769. --- src/parser/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'src/parser') diff --git a/src/parser/CMakeLists.txt b/src/parser/CMakeLists.txt index 2fe92fb45..3fccac37b 100644 --- a/src/parser/CMakeLists.txt +++ b/src/parser/CMakeLists.txt @@ -8,7 +8,6 @@ ## All rights reserved. See the file COPYING in the top-level source ## directory for licensing information. ## -set(ANTLR_HOME ${ANTLR_DIR}) find_package(ANTLR REQUIRED) if(NOT HAVE_ANTLR3_FILE_STREAM_NEW) -- cgit v1.2.3