Mentions légales du service

Skip to content
Snippets Groups Projects

Remove useless function checks in CMakeLists.txt

Merged Philippe SWARTVAGHER requested to merge pswartva/vite:remove-cmake-function-exists into master
1 file
+ 0
6
Compare changes
  • Side-by-side
  • Inline
+ 0
6
@@ -186,12 +186,6 @@ endif()
# stdlib, stdio, string, getopt, etc
check_include_files(stdarg.h HAVE_STDARG_H)
check_function_exists(va_copy HAVE_VA_COPY)
if(NOT HAVE_VA_COPY)
check_function_exists(__va_copy HAVE_UNDERSCORE_VA_COPY)
endif()
check_function_exists(asprintf HAVE_ASPRINTF)
check_function_exists(vasprintf HAVE_VASPRINTF)
check_include_files(getopt.h HAVE_GETOPT_H)
check_include_files(unistd.h HAVE_UNISTD_H)
check_function_exists(getopt_long HAVE_GETOPT_LONG)
Loading