Commit c6daa4aa authored by Alexander Alekhin's avatar Alexander Alekhin

Merge pull request #13260 from alalek:cmake_ade_12856

parents c0016d7f de8696aa
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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment