From 626ff13ec31b041c1d6481a32814998397fd3b61 Mon Sep 17 00:00:00 2001 From: John Preston Date: Thu, 23 Jan 2020 13:13:26 +0300 Subject: [PATCH] Use non-libdispatch queues in Mac App Store build. --- CMakeLists.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index d241fb6..5e8f33f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -61,6 +61,13 @@ PUBLIC ${src_loc} ) +if (build_macstore) + target_compile_definitions(lib_crl + PUBLIC + CRL_USE_COMMON_QUEUE + ) +endif() + target_link_libraries(lib_crl PUBLIC desktop-app::external_qt