1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 07:43:03 +04:00

cmake(cpu optmizations): fix cleanup of OPENCV_DEPENDANT_TARGETS_* vars

This commit is contained in:
Alexander Alekhin
2019-11-02 10:32:23 +00:00
parent cec7cc037b
commit 21c38bbdaf
3 changed files with 17 additions and 2 deletions
-1
View File
@@ -63,7 +63,6 @@ foreach(mod ${OPENCV_MODULES_BUILD} ${OPENCV_MODULES_DISABLED_USER} ${OPENCV_MOD
unset(OPENCV_MODULE_${mod}_PRIVATE_OPT_DEPS CACHE)
unset(OPENCV_MODULE_${mod}_LINK_DEPS CACHE)
unset(OPENCV_MODULE_${mod}_WRAPPERS CACHE)
unset(OPENCV_DEPENDANT_TARGETS_${mod} CACHE)
endforeach()
# clean modules info which needs to be recalculated