mirror of
https://github.com/opencv/opencv.git
synced 2026-09-11 04:43:22 -05:00
Some mist. typo fixes
Found via `codespell -i 3 -w --skip="./3rdparty" -I ../opencv-whitelist.txt`
This commit is contained in:
@@ -19,7 +19,7 @@ if(NOT VTK_FOUND)
|
||||
return()
|
||||
endif()
|
||||
|
||||
# Don't support ealier VTKs
|
||||
# Don't support earlier VTKs
|
||||
if(${VTK_VERSION} VERSION_LESS "5.8.0")
|
||||
message(STATUS "VTK support is disabled. VTK ver. 5.8.0 is minimum required, but found VTK ver. ${VTK_VERSION}")
|
||||
return()
|
||||
|
||||
Reference in New Issue
Block a user