From: Nathan Moinvaziri Date: Tue, 16 Mar 2021 16:35:37 +0000 (-0700) Subject: Remove unused header checks from CMake. These are legacy checks that zlib used to... X-Git-Tag: 2.0.2~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b22bc515c2f220da0b583b979a354b3459dd3a09;p=thirdparty%2Fzlib-ng.git Remove unused header checks from CMake. These are legacy checks that zlib used to use. --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 2283fa7b4..49f2e75ac 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)