Merge pull request #13260 from alalek:cmake_ade_12856

pull/13221/head^2
Alexander Alekhin 6 years ago
commit c6daa4aa16
  1. 6
      modules/gapi/cmake/init.cmake

@ -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

Loading…
Cancel
Save