From aa7057aca91e98671d72eefa8a44a516051d3775 Mon Sep 17 00:00:00 2001 From: "Mahmood(Thunder07)" Date: Sun, 19 Nov 2017 22:38:17 +0000 Subject: [PATCH] cpufeatures is not required here --- build_cmake/CMakeLists.txt | 7 ------- 1 file changed, 7 deletions(-) diff --git a/build_cmake/CMakeLists.txt b/build_cmake/CMakeLists.txt index 384ffd31..de0ba0dd 100644 --- a/build_cmake/CMakeLists.txt +++ b/build_cmake/CMakeLists.txt @@ -164,13 +164,6 @@ if(NOT (TARGET_PLATFORM_ANDROID OR TARGET_PLATFORM_IOS)) endif() endif() -if(TARGET_PLATFORM_ANDROID) - if(NOT TARGET cpufeatures) - add_library(cpufeatures STATIC ${ANDROID_NDK}/sources/android/cpufeatures/cpu-features.c) - endif() - list(APPEND PROJECT_LIBS cpufeatures) -endif() - add_library(gsh_opengl STATIC ../Source/gs/GSH_OpenGL/GSH_OpenGL.cpp ../Source/gs/GSH_OpenGL/GSH_OpenGL.h