summaryrefslogtreecommitdiff
path: root/Modules/TestBigEndian.cmake
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2003-07-17 14:55:45 -0400
committerAndy Cedilnik <andy.cedilnik@kitware.com>2003-07-17 14:55:45 -0400
commitd6ebc123f76c0d5856967dd2bf809bef2c4f4fa9 (patch)
treef3a0b3569986c58c790fe1fda79943597b2d4564 /Modules/TestBigEndian.cmake
parent79c298e12c3f2c5a50d599123bf711c6e72248a0 (diff)
downloadcmake-d6ebc123f76c0d5856967dd2bf809bef2c4f4fa9.tar.gz
ENH: Extra new line after output
Diffstat (limited to 'Modules/TestBigEndian.cmake')
-rw-r--r--Modules/TestBigEndian.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/TestBigEndian.cmake b/Modules/TestBigEndian.cmake
index 53cd8cbe7f..417e754592 100644
--- a/Modules/TestBigEndian.cmake
+++ b/Modules/TestBigEndian.cmake
@@ -11,6 +11,6 @@ MACRO(TEST_BIG_ENDIAN VARIABLE)
OUTPUT_VARIABLE OUTPUT)
IF(NOT HAVE_${VARIABLE})
FILE(APPEND ${CMAKE_BINARY_DIR}/CMakeError.log
- "Determining the endianes of the system failed with the following output:\n${OUTPUT}\n")
+ "Determining the endianes of the system failed with the following output:\n${OUTPUT}\n\n")
ENDIF(NOT HAVE_${VARIABLE})
ENDMACRO(TEST_BIG_ENDIAN)