From 4ea42666d6e8f68bca1394eecc31549ec44c35d6 Mon Sep 17 00:00:00 2001 From: Sam Edwards Date: Sun, 10 Jun 2018 01:44:30 -0600 Subject: [PATCH] CMake: Don't test for minmax.h This is no longer used by the source --- dtool/LocalSetup.cmake | 1 - 1 file changed, 1 deletion(-) diff --git a/dtool/LocalSetup.cmake b/dtool/LocalSetup.cmake index 609d4174ab..0dadc4c5c3 100644 --- a/dtool/LocalSetup.cmake +++ b/dtool/LocalSetup.cmake @@ -120,7 +120,6 @@ check_include_file_cxx(locale.h PHAVE_LOCALE_H) check_include_file_cxx(string.h PHAVE_STRING_H) check_include_file_cxx(stdlib.h PHAVE_STDLIB_H) check_include_file_cxx(limits.h PHAVE_LIMITS_H) -check_include_file_cxx(minmax.h PHAVE_MINMAX_H) check_include_file_cxx(sstream PHAVE_SSTREAM) check_include_file_cxx(new PHAVE_NEW) check_include_file_cxx(sys/types.h PHAVE_SYS_TYPES_H)