Skip to content

Commit

Permalink
Merge f9a798c into 3b26401
Browse files Browse the repository at this point in the history
  • Loading branch information
minrk committed Feb 23, 2024
2 parents 3b26401 + f9a798c commit cdb5da5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -380,7 +380,7 @@ endif(WIN32)

if(NOT MSVC)
if(POLLER STREQUAL "")
check_cxx_symbol_exists(kqueue sys/event.h HAVE_KQUEUE)
check_cxx_symbol_exists(kqueue "sys/types.h;sys/event.h;sys/time.h" HAVE_KQUEUE)
if(HAVE_KQUEUE)
set(POLLER "kqueue")
endif()
Expand Down

0 comments on commit cdb5da5

Please sign in to comment.