Skip to content

Commit

Permalink
Use non-libdispatch queues in Mac App Store build.
Browse files Browse the repository at this point in the history
  • Loading branch information
john-preston committed Jan 23, 2020
1 parent 83ce48f commit 626ff13
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 626ff13

Please sign in to comment.