Commit 3697ebef authored by Alexander Alekhin's avatar Alexander Alekhin

cmake: typo in hook name

parent eba696a4
...@@ -956,7 +956,8 @@ if(CV_TRACE) ...@@ -956,7 +956,8 @@ if(CV_TRACE)
include(cmake/OpenCVDetectTrace.cmake) include(cmake/OpenCVDetectTrace.cmake)
endif() endif()
ocv_cmake_hook(POST_DETECT_DEPENDECIES) ocv_cmake_hook(POST_DETECT_DEPENDECIES) # typo, deprecated (2019-06)
ocv_cmake_hook(POST_DETECT_DEPENDENCIES)
# ---------------------------------------------------------------------------- # ----------------------------------------------------------------------------
# Solution folders: # Solution folders:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment