Skip to content

Commit

Permalink
clean up CMakeLists commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
sbSteveK committed Jul 25, 2024
1 parent be22f5a commit ed2ec11
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@ elseif (APPLE)

# 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 ed2ec11

Please sign in to comment.