mirror of
https://github.com/opencv/opencv.git
synced 2025-08-05 22:19:14 +08:00
Merge pull request #13260 from alalek:cmake_ade_12856
This commit is contained in:
commit
c6daa4aa16
@ -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…
Reference in New Issue
Block a user