aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsaturneric <[email protected]>2024-07-28 21:33:13 +0000
committersaturneric <[email protected]>2024-07-28 21:33:13 +0000
commitd5f80a782adb531d255f2c28fd6c99d7e462d366 (patch)
tree800e7d4c9c4cca44cb6df7251e4aff2280951a9e
parentfix: switch to Qt 6.7.2 and solve some build issues on windows (diff)
downloadGpgFrontend-d5f80a782adb531d255f2c28fd6c99d7e462d366.tar.gz
GpgFrontend-d5f80a782adb531d255f2c28fd6c99d7e462d366.zip
fix: a mistake at src/CMakeLists.txt
-rw-r--r--src/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 2e25979f..33e77c78 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -540,7 +540,7 @@ if (STABLE_BUILD_FULL_SDK)
gpgfrontend_module_sdk)
if(NOT APPLE)
- list(APPEND GPGFRONTEND_INSTALL_LIBRARIES mimalloc)
+ list(APPEND GPGFRONTEND_SDK_INSTALL_LIBRARIES mimalloc)
endif()
install(TARGETS ${GPGFRONTEND_SDK_INSTALL_LIBRARIES}