We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ff69e62 + e6fa8fe commit 85baeb6Copy full SHA for 85baeb6
CMakeLists.txt
@@ -327,7 +327,7 @@ endif()
327
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)
328
mark_as_advanced(ITK_USE_CONCEPT_CHECKING)
329
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.")
+ message(WARNING "Compilers requiring ITK_USE_STRICT_CONCEPT_CHECKING are no longer suppported. This variable is no longer used.")
331
endif()
332
333
#-----------------------------------------------------------------------------
0 commit comments