aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorsaturneric <[email protected]>2023-10-18 06:04:46 +0000
committersaturneric <[email protected]>2023-10-18 06:04:46 +0000
commit216cc55e313f81bc6ba0bfaf3018658727fad87a (patch)
tree49e0341b27858d3124fb8bef0f01ca892a5c7417 /src
parentfix: solve a build issue at release mode (diff)
downloadGpgFrontend-216cc55e313f81bc6ba0bfaf3018658727fad87a.tar.gz
GpgFrontend-216cc55e313f81bc6ba0bfaf3018658727fad87a.zip
chore: change binary output dir to artifacts
Diffstat (limited to 'src')
-rw-r--r--src/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 1eb18adc..4182b764 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -74,7 +74,7 @@ if (BUILD_APPLICATION)
if (NOT XCODE_BUILD)
# Set Binary Output Path
- set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/release)
+ set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/artifacts)
else ()
# Set Binary Output Path
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/${CMAKE_BUILD_TYPE})