mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-04 21:30:01 -05:00
fix order
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user