ENH: Extra new line after output

This commit is contained in:
Andy Cedilnik
2003-07-17 14:55:45 -04:00
parent 79c298e12c
commit d6ebc123f7
12 changed files with 13 additions and 13 deletions

View File

@@ -28,7 +28,7 @@ MACRO(CHECK_INCLUDE_FILE INCLUDE VARIABLE)
FILE(APPEND ${CMAKE_BINARY_DIR}/CMakeError.log
"Determining if the include file ${INCLUDE} "
"exists failed with the following output:\n"
"${OUTPUT}\n")
"${OUTPUT}\n\n")
ENDIF(${VARIABLE})
ENDIF("${VARIABLE}" MATCHES "^${VARIABLE}$")
ENDMACRO(CHECK_INCLUDE_FILE)