Commit de8696aa authored by Alexander Alekhin's avatar Alexander Alekhin

cmake: allow to disable ADE build too (BUILD_opencv_gapi=OFF is not enough)

CMake option: WITH_ADE=OFF
parent 02cc1cd6
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