Skip to content

Commit

Permalink
Merge branch 'runtime_select_event_loop' of github.com:awslabs/aws-c-…
Browse files Browse the repository at this point in the history
…io into grand_dispatch_queue
  • Loading branch information
xiazhvera committed Nov 8, 2024
2 parents 600421e + 7cb0936 commit f808b35
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -125,12 +125,10 @@ elseif (APPLE)

#No choice on TLS for apple, darwinssl will always be used.
list(APPEND PLATFORM_LIBS "-framework Security -framework Network")

set(EVENT_LOOP_DEFINES "DISPATCH_QUEUE" )
message("Enable dispatch queue")

# Enable KQUEUE on OSX
if(OSX)
# Enable KQUEUE on MacOS
if (${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
file(GLOB AWS_IO_KUEUE_SRC
"source/bsd/*.c"
"source/posix/*.c"
Expand Down

0 comments on commit f808b35

Please sign in to comment.