aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui')
-rw-r--r--src/ui/CMakeLists.txt7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/ui/CMakeLists.txt b/src/ui/CMakeLists.txt
index e399068d..166dceb7 100644
--- a/src/ui/CMakeLists.txt
+++ b/src/ui/CMakeLists.txt
@@ -70,13 +70,6 @@ target_include_directories(gpgfrontend_ui PUBLIC
# using std c++ 17
target_compile_features(gpgfrontend_ui PUBLIC cxx_std_17)
-# MODULEs will find libraries under artifacts lib
-if(${CMAKE_BUILD_TYPE} STREQUAL "Debug")
- set_target_properties(gpgfrontend_ui PROPERTIES
- LIBRARY_OUTPUT_DIRECTORY ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/lib
- RUNTIME_OUTPUT_DIRECTORY ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/lib)
-endif()
-
# for xcode archive build
if(XCODE_BUILD)
set_target_properties(gpgfrontend_ui