diff options
author | saturneric <[email protected]> | 2024-01-16 13:35:59 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2024-01-16 13:35:59 +0000 |
commit | 620ae9e7c1a8b2db2515c080416cb592066e5fec (patch) | |
tree | 900f3e55118aa2a5049d99dd743d3e595016fc7b /src/test | |
parent | fix: make task and threading system safer (diff) | |
download | GpgFrontend-620ae9e7c1a8b2db2515c080416cb592066e5fec.tar.gz GpgFrontend-620ae9e7c1a8b2db2515c080416cb592066e5fec.zip |
refactor: remove libgettext from project
Diffstat (limited to 'src/test')
-rw-r--r-- | src/test/CMakeLists.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/test/CMakeLists.txt b/src/test/CMakeLists.txt index 2c99c5d3..ea4ca076 100644 --- a/src/test/CMakeLists.txt +++ b/src/test/CMakeLists.txt @@ -39,8 +39,4 @@ target_link_libraries(gpgfrontend_test PRIVATE gtest) target_link_libraries(gpgfrontend_test PRIVATE gpgfrontend_core) target_link_libraries(gpgfrontend_test PRIVATE spdlog) -if (APPLE) - target_link_libraries(gpgfrontend_test PRIVATE intl) -endif () - add_test(AllTestsInGpgFrontend gpgfrontend_test) |