mirror of
https://github.com/opencv/opencv.git
synced 2026-07-30 15:53:03 +04:00
Drop Python2 support.
This commit is contained in:
@@ -544,7 +544,6 @@ function(__ocv_resolve_dependencies)
|
||||
foreach(the_module ${OPENCV_MODULES_BUILD})
|
||||
foreach (wrapper ${OPENCV_MODULE_${the_module}_WRAPPERS})
|
||||
if(wrapper STREQUAL "python") # hack for python (BINDINDS)
|
||||
ocv_add_dependencies(opencv_python2 OPTIONAL ${the_module})
|
||||
ocv_add_dependencies(opencv_python3 OPTIONAL ${the_module})
|
||||
else()
|
||||
ocv_add_dependencies(opencv_${wrapper} OPTIONAL ${the_module})
|
||||
|
||||
Reference in New Issue
Block a user