Skip to content

Commit d63882e

Browse files
committed
Fixed a typo in CMakeLists.txt (where -> were)
1 parent c4daa18 commit d63882e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -463,10 +463,10 @@ SET ( ORPHAN_FILE "${COOLFluiD_BINARY_DIR}/OrphanFiles.txt" )
463463
IF ( EXISTS ${ORPHAN_FILE} )
464464
FILE ( REMOVE ${ORPHAN_FILE} )
465465
ENDIF()
466-
# if orphan files where found, put the list on the file
466+
# if orphan files were found, put the list on the file
467467
LIST(LENGTH CF_ORPHAN_FILES CF_LENGTH_ORPHAN_FILES)
468468
IF (CF_LENGTH_ORPHAN_FILES)
469-
LOG ( " !!! WARNING !!! Orphan files where found during the configuration.")
469+
LOG ( " !!! WARNING !!! Orphan files were found during the configuration.")
470470
LOG ( " !!! WARNING !!! Check full list in file ${ORPHAN_FILE} ")
471471
FOREACH( AFILE ${CF_ORPHAN_FILES} )
472472
FILE ( APPEND ${ORPHAN_FILE} "${AFILE}\n" )

0 commit comments

Comments
 (0)