cmake: typo in hook name
This commit is contained in:
parent
eba696a41e
commit
3697ebef47
@ -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:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user