summaryrefslogtreecommitdiff
path: root/Modules/CheckIncludeFileCXX.cmake
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2002-11-21 14:32:20 -0500
committerBill Hoffman <bill.hoffman@kitware.com>2002-11-21 14:32:20 -0500
commit02d423b250a8922fbc43f3f4d55d4bf1a182759f (patch)
tree2b2b36d63261c44d7329049c446534948154d1f2 /Modules/CheckIncludeFileCXX.cmake
parentddc3c706410c0363cb1b67950a54a85d6ec3893f (diff)
downloadcmake-02d423b250a8922fbc43f3f4d55d4bf1a182759f.tar.gz
fix order
Diffstat (limited to 'Modules/CheckIncludeFileCXX.cmake')
-rw-r--r--Modules/CheckIncludeFileCXX.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/CheckIncludeFileCXX.cmake b/Modules/CheckIncludeFileCXX.cmake
index f8ce1302d4..9af8addd57 100644
--- a/Modules/CheckIncludeFileCXX.cmake
+++ b/Modules/CheckIncludeFileCXX.cmake
@@ -22,6 +22,6 @@ MACRO(CHECK_INCLUDE_FILE_CXX INCLUDE VARIABLE)
WRITE_FILE(${PROJECT_BINARY_DIR}/CMakeError.log
"Determining if the include file ${INCLUDE} "
"exists failed with the following output:\n"
- "${OUTPUT}\n")
+ "${OUTPUT}\n" APPEND)
ENDIF(${VARIABLE})
ENDMACRO(CHECK_INCLUDE_FILE_CXX)