From 3697ebef4756c4b8f9c9570530c46c40ace12532 Mon Sep 17 00:00:00 2001 From: Alexander Alekhin Date: Fri, 14 Jun 2019 19:07:54 +0300 Subject: [PATCH] cmake: typo in hook name --- CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9f051d0547..c66e98c8e0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -956,7 +956,8 @@ if(CV_TRACE) include(cmake/OpenCVDetectTrace.cmake) 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: