diff options
author | Brad King <brad.king@kitware.com> | 2016-03-22 15:15:35 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2016-03-22 15:15:35 (GMT) |
commit | 88450a6ac3bd2b33d9bc4b8f97c0915d6d4ffe77 (patch) | |
tree | a91bf1dc19e5954ccb9555e92807dc442627e8a2 /Modules | |
parent | 86eb327cda1e1c3eeb5af5bccba8b2dd20ee84fd (diff) | |
parent | 8e2aa6caef17aa775e298f799dd4014a8ce46d1d (diff) | |
download | CMake-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
Diffstat (limited to 'Modules')
-rw-r--r-- | Modules/TestBigEndian.cmake | 2 |
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() |