summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorSadie Powell <sadie@witchery.services>2022-01-04 14:50:12 +0000
committerSadie Powell <sadie@witchery.services>2022-01-04 15:05:33 +0000
commit9befb13ea42788383bb96d4eaf989895094a6e66 (patch)
tree510a754b2f6bb361bba288f5a1f87a85db0b77cd /CMakeLists.txt
parent8eb6a4da717d7670995a47fbd1b5878df88dd206 (diff)
Remove various entries from sysconf which are never actually used.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 157d9fc36..943d27458 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -143,7 +143,6 @@ endif()
# Include the checking functions used later in this CMakeLists.txt
include(CheckFunctionExists)
-include(CheckIncludeFile)
include(CheckTypeSize)
include(CheckLibraryExists)
include(CheckCXXCompilerFlag)
@@ -257,9 +256,6 @@ if(CMAKE_BUILD_TYPE STREQUAL "DEBUG" OR CMAKE_BUILD_TYPE STREQUAL "RELWITHDEBINF
set(DEBUG_BUILD TRUE)
endif()
-# Check for the existence of the following include files
-check_include_file(strings.h HAVE_STRINGS_H)
-
# Check for the existence of the following functions
check_function_exists(umask HAVE_UMASK)
check_function_exists(epoll_wait HAVE_EPOLL)