Skip to content

Commit 85baeb6

Browse files
hjmjohnsonkwrobot
authored andcommitted
Merge topic 'FixSpellingInMessage'
e6fa8fe STYLE: Fix typo requireing -> requiring
2 parents ff69e62 + e6fa8fe commit 85baeb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ endif()
327327
option(ITK_USE_CONCEPT_CHECKING "Turn on concept checking to give helpful errors at compile time if a type cannot be used as a template parameter." ON)
328328
mark_as_advanced(ITK_USE_CONCEPT_CHECKING)
329329
if(ITK_USE_STRICT_CONCEPT_CHECKING)
330-
message(WARNING "Compilers requireing ITK_USE_STRICT_CONCEPT_CHECKING are no longer suppported. This variable is no longer used.")
330+
message(WARNING "Compilers requiring ITK_USE_STRICT_CONCEPT_CHECKING are no longer suppported. This variable is no longer used.")
331331
endif()
332332

333333
#-----------------------------------------------------------------------------

0 commit comments

Comments
 (0)