Skip to content

Commit

Permalink
cmake: typo in hook name
Browse files Browse the repository at this point in the history
  • Loading branch information
alalek committed Jun 14, 2019
1 parent eba696a commit 3697ebe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 3697ebe

Please sign in to comment.