From b9c5f29d1d3b21ab702b0ea1e494121a70b0e0e0 Mon Sep 17 00:00:00 2001 From: NanoAkron Date: Mon, 21 Nov 2016 22:34:19 +0000 Subject: [PATCH] Revert forcing -fPIC for all ARMv8 builds --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 020aa0c3..b4b680e8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -80,7 +80,6 @@ endif() if (ARM_ID STREQUAL "aarch64") set(ARM 1) set(ARM8 1) - set(BUILD_SHARED_LIBS ON) endif() if(WIN32 OR ARM)