diff options
author | saturneric <[email protected]> | 2023-10-15 13:32:41 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2023-10-15 13:32:41 +0000 |
commit | f5e667607cee7e70ee6688b826539489ca11f6ac (patch) | |
tree | c22353759edcd4fb3cff90e5a5005af3cceec2ca | |
parent | fix: temporary solve compile issues at flatpak build (diff) | |
download | GpgFrontend-f5e667607cee7e70ee6688b826539489ca11f6ac.tar.gz GpgFrontend-f5e667607cee7e70ee6688b826539489ca11f6ac.zip |
fix: slove build problem on platform aarch64
-rw-r--r-- | src/core/CMakeLists.txt | 1 |
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 |