fix order
This commit is contained in:
parent
ddc3c70641
commit
02d423b250
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user