aboutsummaryrefslogtreecommitdiffstats
path: root/src/test
diff options
context:
space:
mode:
authorsaturneric <[email protected]>2024-01-16 13:35:59 +0000
committersaturneric <[email protected]>2024-01-16 13:35:59 +0000
commit620ae9e7c1a8b2db2515c080416cb592066e5fec (patch)
tree900f3e55118aa2a5049d99dd743d3e595016fc7b /src/test
parentfix: make task and threading system safer (diff)
downloadGpgFrontend-620ae9e7c1a8b2db2515c080416cb592066e5fec.tar.gz
GpgFrontend-620ae9e7c1a8b2db2515c080416cb592066e5fec.zip
refactor: remove libgettext from project
Diffstat (limited to 'src/test')
-rw-r--r--src/test/CMakeLists.txt4
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)