Commit 5bd5188e authored by Richard Newton's avatar Richard Newton

Fix tabs

parent 7cead2bf
...@@ -42,10 +42,10 @@ if(POLLER STREQUAL "") ...@@ -42,10 +42,10 @@ if(POLLER STREQUAL "")
else() else()
if(CMAKE_HOST_WIN32) if(CMAKE_HOST_WIN32)
set(CMAKE_REQUIRED_INCLUDES winsock2.h) set(CMAKE_REQUIRED_INCLUDES winsock2.h)
set(HAVE_SELECT 1) set(HAVE_SELECT 1)
else() else()
set(CMAKE_REQUIRED_INCLUDES sys/select.h) set(CMAKE_REQUIRED_INCLUDES sys/select.h)
check_function_exists(select HAVE_SELECT) check_function_exists(select HAVE_SELECT)
endif() endif()
set(CMAKE_REQUIRED_INCLUDES ) set(CMAKE_REQUIRED_INCLUDES )
if(HAVE_SELECT) if(HAVE_SELECT)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment