fix order

This commit is contained in:
Bill Hoffman 2002-11-21 14:32:20 -05:00
parent ddc3c70641
commit 02d423b250
1 changed files with 1 additions and 1 deletions

View File

@ -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)