From 689474997816a359feccb7c426dcc5711178182d Mon Sep 17 00:00:00 2001 From: Philippe Teuwen Date: Mon, 8 Jun 2020 12:43:25 +0200 Subject: [PATCH] Android: Fix bug introduced in e0371987ace55e03d8fe87557353f366a3bcd85d --- client/android/CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/client/android/CMakeLists.txt b/client/android/CMakeLists.txt index 2bddd4662..11da2f5e4 100644 --- a/client/android/CMakeLists.txt +++ b/client/android/CMakeLists.txt @@ -168,9 +168,8 @@ find_library(pm3rrg_rdv4_reveng REQUIRED) find_library(pm3rrg_rdv4_hardnested REQUIRED) find_library(pm3rrg_rdv4_whereami REQUIRED) -target_link_libraries( +target_link_libraries(pm3rrg_rdv4 bz2 - pm3rrg_rdv4 pm3rrg_rdv4_hardnested pm3rrg_rdv4_mbedtls pm3rrg_rdv4_cliparser