CMake: Don't test for minmax.h

This is no longer used by the source
This commit is contained in:
Sam Edwards 2018-06-10 01:44:30 -06:00
parent 1fe9034ba0
commit 4ea42666d6
1 changed files with 0 additions and 1 deletions

View File

@ -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)