Skip to content

Commit

Permalink
Merge topic 'FixSpellingInMessage'
Browse files Browse the repository at this point in the history
e6fa8fe STYLE: Fix typo requireing -> requiring
  • Loading branch information
hjmjohnson authored and kwrobot committed Jan 19, 2018
2 parents ff69e62 + e6fa8fe commit 85baeb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ endif()
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)
mark_as_advanced(ITK_USE_CONCEPT_CHECKING)
if(ITK_USE_STRICT_CONCEPT_CHECKING)
message(WARNING "Compilers requireing ITK_USE_STRICT_CONCEPT_CHECKING are no longer suppported. This variable is no longer used.")
message(WARNING "Compilers requiring ITK_USE_STRICT_CONCEPT_CHECKING are no longer suppported. This variable is no longer used.")
endif()

#-----------------------------------------------------------------------------
Expand Down

0 comments on commit 85baeb6

Please sign in to comment.