We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4daa18 commit d63882eCopy full SHA for d63882e
CMakeLists.txt
@@ -463,10 +463,10 @@ SET ( ORPHAN_FILE "${COOLFluiD_BINARY_DIR}/OrphanFiles.txt" )
463
IF ( EXISTS ${ORPHAN_FILE} )
464
FILE ( REMOVE ${ORPHAN_FILE} )
465
ENDIF()
466
-# if orphan files where found, put the list on the file
+# if orphan files were found, put the list on the file
467
LIST(LENGTH CF_ORPHAN_FILES CF_LENGTH_ORPHAN_FILES)
468
IF (CF_LENGTH_ORPHAN_FILES)
469
- LOG ( " !!! WARNING !!! Orphan files where found during the configuration.")
+ LOG ( " !!! WARNING !!! Orphan files were found during the configuration.")
470
LOG ( " !!! WARNING !!! Check full list in file ${ORPHAN_FILE} ")
471
FOREACH( AFILE ${CF_ORPHAN_FILES} )
472
FILE ( APPEND ${ORPHAN_FILE} "${AFILE}\n" )
0 commit comments