[Cmake-commits] CMake branch, next, updated. v2.8.7-2173-gaf59a3b

Rolf Eike Beer eike at sf-mail.de
Fri Jan 20 12:33:21 EST 2012


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".

The branch, next has been updated
       via  af59a3be118a01c42a6cd8e4ec3aa99b8c862ec6 (commit)
       via  1531c11168ad3e629e504af32d7ddc4435fbc3c7 (commit)
      from  8a9d4a172f0a245061bd0eb47b0005613d5fef56 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=af59a3be118a01c42a6cd8e4ec3aa99b8c862ec6
commit af59a3be118a01c42a6cd8e4ec3aa99b8c862ec6
Merge: 8a9d4a1 1531c11
Author:     Rolf Eike Beer <eike at sf-mail.de>
AuthorDate: Fri Jan 20 12:33:16 2012 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Fri Jan 20 12:33:16 2012 -0500

    Merge topic 'loadcommand-test-cleanup' into next
    
    1531c11 LoadCommand test: cleanup


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=1531c11168ad3e629e504af32d7ddc4435fbc3c7
commit 1531c11168ad3e629e504af32d7ddc4435fbc3c7
Author:     Rolf Eike Beer <eike at sf-mail.de>
AuthorDate: Thu Oct 6 12:04:12 2011 +0200
Commit:     Rolf Eike Beer <eike at sf-mail.de>
CommitDate: Fri Jan 20 18:31:32 2012 +0100

    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.

diff --git a/Tests/LoadCommand/CMakeCommands/CMakeLists.txt b/Tests/LoadCommand/CMakeCommands/CMakeLists.txt
index 953d05c..5cdbc59 100644
--- a/Tests/LoadCommand/CMakeCommands/CMakeLists.txt
+++ b/Tests/LoadCommand/CMakeCommands/CMakeLists.txt
@@ -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)
diff --git a/Tests/LoadCommand/CMakeLists.txt b/Tests/LoadCommand/CMakeLists.txt
index e99105a..846cbb0 100644
--- a/Tests/LoadCommand/CMakeLists.txt
+++ b/Tests/LoadCommand/CMakeLists.txt
@@ -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)
 
diff --git a/Tests/LoadCommand/LoadedCommand.h.in b/Tests/LoadCommand/LoadedCommand.h.in
index 7a0a15d..7516a66 100644
--- a/Tests/LoadCommand/LoadedCommand.h.in
+++ b/Tests/LoadCommand/LoadedCommand.h.in
@@ -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

-----------------------------------------------------------------------

Summary of changes:
 Tests/LoadCommand/CMakeCommands/CMakeLists.txt |    3 ---
 Tests/LoadCommand/CMakeLists.txt               |    6 ------
 Tests/LoadCommand/LoadedCommand.h.in           |    6 ------
 3 files changed, 0 insertions(+), 15 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list