Merge pull request #13260 from alalek:cmake_ade_12856

This commit is contained in:
Alexander Alekhin 2018-11-23 17:09:47 +00:00
commit c6daa4aa16

View File

@ -1,3 +1,9 @@
OCV_OPTION(WITH_ADE "Enable ADE framework (required for Graph API module)" ON)
if(NOT WITH_ADE)
return()
endif()
if (ade_DIR)
# if ade_DIR is set, use ADE-supplied CMake script
# to set up variables to the prebuilt ADE