summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2016-03-22 15:15:35 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2016-03-22 15:15:35 (GMT)
commit88450a6ac3bd2b33d9bc4b8f97c0915d6d4ffe77 (patch)
treea91bf1dc19e5954ccb9555e92807dc442627e8a2
parent86eb327cda1e1c3eeb5af5bccba8b2dd20ee84fd (diff)
parent8e2aa6caef17aa775e298f799dd4014a8ce46d1d (diff)
downloadCMake-88450a6ac3bd2b33d9bc4b8f97c0915d6d4ffe77.zip
CMake-88450a6ac3bd2b33d9bc4b8f97c0915d6d4ffe77.tar.gz
CMake-88450a6ac3bd2b33d9bc4b8f97c0915d6d4ffe77.tar.bz2
Merge topic 'TestBigEndian-log-output'
8e2aa6ca TestBigEndian: Log success to CMakeOutput.log, not CMakeError.log
-rw-r--r--Modules/TestBigEndian.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/TestBigEndian.cmake b/Modules/TestBigEndian.cmake
index fcb41ab..fdc3adb 100644
--- a/Modules/TestBigEndian.cmake
+++ b/Modules/TestBigEndian.cmake
@@ -104,7 +104,7 @@ macro(TEST_BIG_ENDIAN VARIABLE)
message(SEND_ERROR "TEST_BIG_ENDIAN found no result!")
endif()
- file(APPEND ${CMAKE_BINARY_DIR}${CMAKE_FILES_DIRECTORY}/CMakeError.log
+ file(APPEND ${CMAKE_BINARY_DIR}${CMAKE_FILES_DIRECTORY}/CMakeOutput.log
"Determining if the system is big endian passed with the following output:\n${OUTPUT}\nTestEndianess.c:\n${TEST_ENDIANESS_FILE_CONTENT}\n\n")
else()