[cmake-commits] alex committed CheckTypeSize.cmake 1.25 1.26
cmake-commits at cmake.org
cmake-commits at cmake.org
Thu May 24 14:30:11 EDT 2007
Update of /cvsroot/CMake/CMake/Modules
In directory public:/mounts/ram/cvs-serv15167/Modules
Modified Files:
CheckTypeSize.cmake
Log Message:
COMP: try to fix the test failures on dash2
Alex
Index: CheckTypeSize.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/CheckTypeSize.cmake,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- CheckTypeSize.cmake 17 May 2007 19:17:45 -0000 1.25
+++ CheckTypeSize.cmake 24 May 2007 18:30:08 -0000 1.26
@@ -55,6 +55,8 @@
"${CHECK_TYPE_SIZE_ADD_LIBRARIES}"
"${CHECK_TYPE_SIZE_ADD_INCLUDES}"
OUTPUT_VARIABLE OUTPUT)
+
+ message(STATUS "debug: COMPILE: ${HAVE_${VARIABLE}} RUN: ${${VARIABLE}} OUT: ${OUTPUT}")
IF(HAVE_${VARIABLE})
MESSAGE(STATUS "Check size of ${TYPE} - done")
FILE(APPEND ${CMAKE_BINARY_DIR}${CMAKE_FILES_DIRECTORY}/CMakeOutput.log
More information about the Cmake-commits
mailing list