diff options
author | Sadie Powell <sadie@witchery.services> | 2022-01-03 23:32:53 +0000 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2022-01-04 00:39:05 +0000 |
commit | c6c9d9591cc528bc2ca70747dcb3cc248cb4269b (patch) | |
tree | 2d4abbe9fca96c53ce453ccd7c4add7cb2faecf2 /CMakeLists.txt | |
parent | c1f6a79c72c29f92ba053942d25d351623f57551 (diff) |
Remove some obsolete header and function checks.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index a1858c704..cfaa69efe 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -258,12 +258,9 @@ if(CMAKE_BUILD_TYPE STREQUAL "DEBUG" OR CMAKE_BUILD_TYPE STREQUAL "RELWITHDEBINF endif() # Check for the existence of the following include files -check_include_file(cstdint HAVE_CSTDINT) check_include_file(strings.h HAVE_STRINGS_H) # Check for the existence of the following functions -check_function_exists(strcasecmp HAVE_STRCASECMP) -check_function_exists(stricmp HAVE_STRICMP) check_function_exists(umask HAVE_UMASK) check_function_exists(epoll_wait HAVE_EPOLL) check_function_exists(poll HAVE_POLL) |