From 292770729d04932848f7742eb5f6f3e90f1b1d55 Mon Sep 17 00:00:00 2001 From: wheremyfoodat <44909372+wheremyfoodat@users.noreply.github.com> Date: Thu, 31 Jul 2025 16:41:08 +0300 Subject: [PATCH] Nit --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index de8728f1..8e8e9428 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -202,7 +202,6 @@ target_include_directories(boost SYSTEM INTERFACE ${Boost_INCLUDE_DIR}) if(ANDROID) set(CRYPTOPP_OPT_DISABLE_ASM ON CACHE BOOL "" FORCE) target_sources(AlberCore PRIVATE src/jni_driver.cpp) - target_link_libraries(AlberCore PRIVATE EGL log) endif()