From 79555b94800b2b2fe686c857b0cebded766d9443 Mon Sep 17 00:00:00 2001 From: Juha Heinanen Date: Mon, 18 Sep 2023 11:00:21 +0300 Subject: [PATCH] Removed unused entry from CMakeLists.txt --- app/src/main/cpp/CMakeLists.txt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/app/src/main/cpp/CMakeLists.txt b/app/src/main/cpp/CMakeLists.txt index 908d8e2b..28d1e337 100644 --- a/app/src/main/cpp/CMakeLists.txt +++ b/app/src/main/cpp/CMakeLists.txt @@ -16,10 +16,6 @@ add_library(lib_re STATIC IMPORTED) set_target_properties(lib_re PROPERTIES IMPORTED_LOCATION ${distribution_DIR}/re/lib/${ANDROID_ABI}/libre.a) -set(re_DIR ${distribution_DIR}/re/cmake) -find_package(re CONFIG REQUIRED HINTS ${distribution_DIR}/re/cmake) -add_definitions(${RE_DEFINITIONS}) - add_library(lib_opus STATIC IMPORTED) set_target_properties(lib_opus PROPERTIES IMPORTED_LOCATION ${distribution_DIR}/opus/lib/${ANDROID_ABI}/libopus.a)