mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-09 23:59:53 -05:00
LoadCommand test: cleanup
This removes some useless checking. The results of these things are never properly checked so they should not count as testcases. At the end they only needlessly clutter the output.
This commit is contained in:
@@ -5,9 +5,6 @@ IF (MUDSLIDE_TYPE MATCHES MUCHO)
|
||||
ADD_DEFINITIONS(-DMUCHO_MUDSLIDE)
|
||||
ENDIF (MUDSLIDE_TYPE MATCHES MUCHO)
|
||||
|
||||
IF(WATCOM)
|
||||
SET(CMAKE_C_FLAGS "${CMAKE_C_FLAGS}")
|
||||
ENDIF(WATCOM)
|
||||
INCLUDE_DIRECTORIES(${CMAKE_ROOT}/include ${CMAKE_ROOT}/Source)
|
||||
|
||||
ADD_LIBRARY(cmCMAKE_TEST_COMMAND MODULE cmTestCommand.c)
|
||||
|
||||
@@ -12,12 +12,6 @@ INCLUDE (CheckFunctionExists)
|
||||
CHECK_FUNCTION_EXISTS(printf HAVE_PRINTF)
|
||||
CHECK_FUNCTION_EXISTS(vsblabla HAVE_VSBLABLA)
|
||||
|
||||
INCLUDE (${CMAKE_ROOT}/Modules/CheckIncludeFile.cmake)
|
||||
CHECK_INCLUDE_FILE("sys/prctl.h" HAVE_SYS_PRCTL_H)
|
||||
|
||||
INCLUDE (${CMAKE_ROOT}/Modules/CheckLibraryExists.cmake)
|
||||
CHECK_LIBRARY_EXISTS(m ceil "" HAVE_LIBM)
|
||||
|
||||
CONFIGURE_FILE(${LoadCommand_SOURCE_DIR}/LoadedCommand.h.in
|
||||
${LoadCommand_BINARY_DIR}/LoadedCommand.h)
|
||||
|
||||
|
||||
@@ -5,9 +5,3 @@
|
||||
/* Check for functions */
|
||||
#cmakedefine HAVE_PRINTF
|
||||
#cmakedefine HAVE_VSBLABLA
|
||||
|
||||
/* Check for headers */
|
||||
#cmakedefine HAVE_SYS_PRCTL_H
|
||||
|
||||
/* Check for libraries */
|
||||
#cmakedefine HAVE_LIBM
|
||||
|
||||
Reference in New Issue
Block a user