aboutsummaryrefslogtreecommitdiffstats
path: root/src/test
diff options
context:
space:
mode:
authorsaturneric <[email protected]>2024-07-29 17:13:39 +0000
committersaturneric <[email protected]>2024-07-29 19:01:25 +0000
commite6b265c95c3d4e2583118b42a1fe9f5febc56395 (patch)
treeaf8129ccbe90dc727e5a0114d7dd70091fe619d7 /src/test
parentfix: solve some known issues at ci build configs (diff)
downloadGpgFrontend-e6b265c95c3d4e2583118b42a1fe9f5febc56395.tar.gz
GpgFrontend-e6b265c95c3d4e2583118b42a1fe9f5febc56395.zip
fix: solve ci issues
Diffstat (limited to 'src/test')
-rw-r--r--src/test/CMakeLists.txt9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/test/CMakeLists.txt b/src/test/CMakeLists.txt
index 79f17ac0..9179f3c0 100644
--- a/src/test/CMakeLists.txt
+++ b/src/test/CMakeLists.txt
@@ -53,15 +53,6 @@ if(XCODE_BUILD)
XCODE_ATTRIBUTE_CODE_SIGN_IDENTITY "${GPGFRONTEND_XOCDE_CODE_SIGN_IDENTITY}")
endif()
-# use system installed libraries or install it system wide
-if(MINGW AND NOT STABLE_BUILD_FULL_SDK)
- set_target_properties(gtest
- PROPERTIES
- LIBRARY_OUTPUT_DIRECTORY "${CMAKE_RUNTIME_OUTPUT_DIRECTORY}"
- RUNTIME_OUTPUT_DIRECTORY "${CMAKE_RUNTIME_OUTPUT_DIRECTORY}"
- )
-endif()
-
if(${CMAKE_BUILD_TYPE} STREQUAL "Debug")
# lib output path
set_target_properties(gpgfrontend_test PROPERTIES