diff options
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 020aa0c37..b4b680e84 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) |