Browse Source

TestBigEndian: Log success to CMakeOutput.log, not CMakeError.log

Paweł Stankowski 9 years ago
parent
commit
8e2aa6caef
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Modules/TestBigEndian.cmake

+ 1 - 1
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()