Skip to content

Commit

Permalink
Reinstate assigning of both AWS_USE_DISPATCH_QUEUE and AWS_USE_KQUEUE…
Browse files Browse the repository at this point in the history
… to definitions
  • Loading branch information
sbSteveK committed Jul 24, 2024
1 parent 2d11cf4 commit fbfcbc4
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -133,10 +133,9 @@ elseif (APPLE)
#No choice on TLS for apple, darwinssl will always be used.
list(APPEND PLATFORM_LIBS "-framework Security -framework Network")

# DEBUG WIP We will add a check here to use dispatch queue for macOS and dispatch queue for iOS
# currently we will only define AWS_USE_DISPATCH_QUEUE for testing/developement on macOS
# set(EVENT_LOOP_DEFINES "-DAWS_USE_DISPATCH_QUEUE -DAWS_USE_KQUEUE")
set(EVENT_LOOP_DEFINES "-DAWS_USE_DISPATCH_QUEUE")
# DEBUG WIP We will add a check here to use kqueue queue for macOS and dispatch queue for iOS
set(EVENT_LOOP_DEFINES "-DAWS_USE_DISPATCH_QUEUE -DAWS_USE_KQUEUE")
# set(EVENT_LOOP_DEFINES "-DAWS_USE_DISPATCH_QUEUE")


elseif (CMAKE_SYSTEM_NAME STREQUAL "FreeBSD" OR CMAKE_SYSTEM_NAME STREQUAL "NetBSD" OR CMAKE_SYSTEM_NAME STREQUAL "OpenBSD")
Expand Down

0 comments on commit fbfcbc4

Please sign in to comment.