]> git.ipfire.org Git - thirdparty/zlib-ng.git/commitdiff
Remove unused header checks from CMake. These are legacy checks that zlib used to...
authorNathan Moinvaziri <nathan@nathanm.com>
Tue, 16 Mar 2021 16:35:37 +0000 (09:35 -0700)
committerHans Kristian Rosbach <hk-github@circlestorm.org>
Wed, 17 Mar 2021 17:33:45 +0000 (18:33 +0100)
CMakeLists.txt

index 2283fa7b44293aa52136bb66326ac2302fe97999..49f2e75acc9e6d9070c4402ccff657a2160acff0 100644 (file)
@@ -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)