maintenant compiling video et photo aussi
This commit is contained in:
@@ -312,8 +312,7 @@ macro(ocv_glob_modules)
|
||||
list(APPEND __directories_observed "${__path}")
|
||||
|
||||
# TODO: Undo this change to build all modules
|
||||
#file(GLOB __ocvmodules RELATIVE "${__path}" "${__path}/*")
|
||||
file(GLOB __ocvmodules RELATIVE "${__path}" "${__path}/core" "${__path}/imgproc" "${__path}/ml" "${__path}/highgui" "${__path}/matlab")
|
||||
file(GLOB __ocvmodules RELATIVE "${__path}" "${__path}/*")
|
||||
if(__ocvmodules)
|
||||
list(SORT __ocvmodules)
|
||||
foreach(mod ${__ocvmodules})
|
||||
|
Reference in New Issue
Block a user