From b22bc515c2f220da0b583b979a354b3459dd3a09 Mon Sep 17 00:00:00 2001 From: Nathan Moinvaziri Date: Tue, 16 Mar 2021 09:35:37 -0700 Subject: [PATCH] Remove unused header checks from CMake. These are legacy checks that zlib used to use. --- CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2283fa7b..49f2e75a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -316,10 +316,7 @@ endif() # # Check for standard/system includes # -check_include_file(sys/types.h HAVE_SYS_TYPES_H) check_include_file(stdarg.h HAVE_STDARG_H) -check_include_file(stdint.h HAVE_STDINT_H) -check_include_file(stddef.h HAVE_STDDEF_H) check_include_file(sys/sdt.h HAVE_SYS_SDT_H) if(HAVE_SYS_SDT_H) add_definitions(-DHAVE_SYS_SDT_H) -- 2.47.2