X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=CMake%2F_Include.cmake;h=39442dc2901cfc5cd8b6499d85a0de5f64e06088;hb=30a61a951f7c89a710621c4485f381fb35a55f44;hp=29cdbf2566680e6551ade8d2cdf189ae2cc53405;hpb=4f6e4eaafdeb09115d7c8ff15dc897a7b8a05ae6;p=awesomized%2Flibmemcached diff --git a/CMake/_Include.cmake b/CMake/_Include.cmake index 29cdbf25..39442dc2 100644 --- a/CMake/_Include.cmake +++ b/CMake/_Include.cmake @@ -6,7 +6,6 @@ if(CMAKE_PROJECT_NAME STREQUAL PROJECT_NAME) endif() include(CMakePushCheckState) -include(GNUInstallDirs) include(CMakePackageConfigHelpers) macro(make_have_identifier NAME ID) @@ -137,6 +136,7 @@ check_type(ssize_t sys/types.h) check_type("struct msghdr" sys/socket.h) check_cxx_symbol(abi::__cxa_demangle cxxabi.h) +check_symbol(ERESTART errno.h) check_symbol(fcntl fcntl.h) check_symbol(gettimeofday sys/time.h) check_symbol(htonll arpa/inet.h)