fix order

This commit is contained in:
Bill Hoffman 2002-11-21 14:32:20 -05:00
parent ddc3c70641
commit 02d423b250

View File

@ -22,6 +22,6 @@ MACRO(CHECK_INCLUDE_FILE_CXX INCLUDE VARIABLE)
WRITE_FILE(${PROJECT_BINARY_DIR}/CMakeError.log WRITE_FILE(${PROJECT_BINARY_DIR}/CMakeError.log
"Determining if the include file ${INCLUDE} " "Determining if the include file ${INCLUDE} "
"exists failed with the following output:\n" "exists failed with the following output:\n"
"${OUTPUT}\n") "${OUTPUT}\n" APPEND)
ENDIF(${VARIABLE}) ENDIF(${VARIABLE})
ENDMACRO(CHECK_INCLUDE_FILE_CXX) ENDMACRO(CHECK_INCLUDE_FILE_CXX)