From: Martin Quinson Date: Sat, 5 Mar 2016 11:08:50 +0000 (+0100) Subject: [cmake] kill an unused test X-Git-Tag: v3_13~546 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/74920886a66007492e0aa59e7d40b733f7b06793 [cmake] kill an unused test --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 6f9547e786..6365434d99 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -292,7 +292,6 @@ CHECK_INCLUDE_FILE("signal.h" HAVE_SIGNAL_H) CHECK_INCLUDE_FILE("sys/time.h" HAVE_SYS_TIME_H) CHECK_INCLUDE_FILE("sys/param.h" HAVE_SYS_PARAM_H) CHECK_INCLUDE_FILE("sys/sysctl.h" HAVE_SYS_SYSCTL_H) -CHECK_INCLUDE_FILE("time.h" HAVE_TIME_H) CHECK_INCLUDE_FILE("ucontext.h" HAVE_UCONTEXT_H) CHECK_INCLUDE_FILE("linux/futex.h" HAVE_FUTEX_H) @@ -1001,7 +1000,6 @@ message("HAVE_UNISTD_H ...............: ${HAVE_UNISTD_H}") message("HAVE_EXECINFO_H .............: ${HAVE_EXECINFO_H}") message("HAVE_SIGNAL_H ...............: ${HAVE_SIGNAL_H}") message("HAVE_SYS_TIME_H .............: ${HAVE_SYS_TIME_H}") -message("HAVE_TIME_H .................: ${HAVE_TIME_H}") message("HAVE_DLFCN_H ................: ${HAVE_DLFCN_H}") message("")