Browse Source

CMake: Don't test for minmax.h

This is no longer used by the source
Sam Edwards 7 years ago
parent
commit
4ea42666d6
1 changed files with 0 additions and 1 deletions
  1. 0 1
      dtool/LocalSetup.cmake

+ 0 - 1
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(string.h PHAVE_STRING_H)
 check_include_file_cxx(stdlib.h PHAVE_STDLIB_H)
 check_include_file_cxx(stdlib.h PHAVE_STDLIB_H)
 check_include_file_cxx(limits.h PHAVE_LIMITS_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(sstream PHAVE_SSTREAM)
 check_include_file_cxx(new PHAVE_NEW)
 check_include_file_cxx(new PHAVE_NEW)
 check_include_file_cxx(sys/types.h PHAVE_SYS_TYPES_H)
 check_include_file_cxx(sys/types.h PHAVE_SYS_TYPES_H)