Skip to content

Commit

Permalink
Merge e6d53c5 into 45b2924
Browse files Browse the repository at this point in the history
  • Loading branch information
fanquake committed Mar 25, 2024
2 parents 45b2924 + e6d53c5 commit 05001b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -605,7 +605,7 @@ if(NOT MSVC)

check_cxx_symbol_exists(fork unistd.h HAVE_FORK)
check_cxx_symbol_exists(gethrtime sys/time.h HAVE_GETHRTIME)
check_cxx_symbol_exists(mkdtemp stdlib.h HAVE_MKDTEMP)
check_cxx_symbol_exists(mkdtemp "stdlib.h;unistd.h" HAVE_MKDTEMP)
check_cxx_symbol_exists(accept4 sys/socket.h HAVE_ACCEPT4)
check_cxx_symbol_exists(strnlen string.h HAVE_STRNLEN)
else()
Expand Down

0 comments on commit 05001b8

Please sign in to comment.