From 8e2aa6caef17aa775e298f799dd4014a8ce46d1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Stankowski?= Date: Mon, 21 Mar 2016 01:38:38 +0100 Subject: [PATCH] TestBigEndian: Log success to CMakeOutput.log, not CMakeError.log --- Modules/TestBigEndian.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/TestBigEndian.cmake b/Modules/TestBigEndian.cmake index fcb41abe1..fdc3adbd0 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()