aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorsaturneric <[email protected]>2023-10-15 13:32:41 +0000
committersaturneric <[email protected]>2023-10-15 13:32:41 +0000
commitf5e667607cee7e70ee6688b826539489ca11f6ac (patch)
treec22353759edcd4fb3cff90e5a5005af3cceec2ca /src
parentfix: temporary solve compile issues at flatpak build (diff)
downloadGpgFrontend-f5e667607cee7e70ee6688b826539489ca11f6ac.tar.gz
GpgFrontend-f5e667607cee7e70ee6688b826539489ca11f6ac.zip
fix: slove build problem on platform aarch64
Diffstat (limited to 'src')
-rw-r--r--src/core/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt
index db51c1cc..cb050336 100644
--- a/src/core/CMakeLists.txt
+++ b/src/core/CMakeLists.txt
@@ -67,7 +67,6 @@ else ()
message("ICU libraries: ${ICU_LIBRARIES}")
target_include_directories(gpgfrontend_core PRIVATE ${ICU_INCLUDE_DIRS})
target_link_libraries(gpgfrontend_core PRIVATE ${ICU_LIBRARIES})
- target_link_libraries(gpgfrontend_core PRIVATE /usr/lib/x86_64-linux-gnu/libicui18n.so;/usr/lib/x86_64-linux-gnu/libicuuc.so;/usr/lib/x86_64-linux-gnu/libicudata.so)
endif ()
# link gnupg libraries