aboutsummaryrefslogtreecommitdiffstats
path: root/src/test
diff options
context:
space:
mode:
authorsaturneric <[email protected]>2025-05-01 00:11:27 +0000
committersaturneric <[email protected]>2025-05-01 00:11:27 +0000
commit58b38d03387613a460bc30960b3c46c9ed3dfffe (patch)
tree4d24b6dc97dc825b1c3b7fc3cda5a3726ee462eb /src/test
parentrefactor: correct and simplify project configurations (diff)
downloadGpgFrontend-58b38d03387613a460bc30960b3c46c9ed3dfffe.tar.gz
GpgFrontend-58b38d03387613a460bc30960b3c46c9ed3dfffe.zip
fix: install and packaging on linux
Diffstat (limited to 'src/test')
-rw-r--r--src/test/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/CMakeLists.txt b/src/test/CMakeLists.txt
index 63d70d63..52ad9c07 100644
--- a/src/test/CMakeLists.txt
+++ b/src/test/CMakeLists.txt
@@ -52,7 +52,7 @@ if(XCODE_BUILD)
LIBRARY_OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/${CMAKE_BUILD_TYPE}
LIBRARY_OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/${CMAKE_BUILD_TYPE}
XCODE_ATTRIBUTE_SKIP_INSTALL "Yes"
- XCODE_ATTRIBUTE_CODE_SIGN_IDENTITY "${GPGFRONTEND_XOCDE_CODE_SIGN_IDENTITY}")
+ XCODE_ATTRIBUTE_CODE_SIGN_IDENTITY "${GPGFRONTEND_XCODE_CODE_SIGN_IDENTITY}")
endif()
add_test(AllTestsInGpgFrontend gpgfrontend_test)