mirror of
https://github.com/opencv/opencv.git
synced 2024-11-24 03:00:14 +08:00
7 lines
199 B
CMake
7 lines
199 B
CMake
if(NOT HAVE_OPENVX)
|
|
message(STATUS "OpenVX is not available, disabling openvx-related HAL and stuff")
|
|
return()
|
|
endif()
|
|
|
|
set(OPENCV_3P_OPENVX_DIR ${CMAKE_CURRENT_SOURCE_DIR})
|
|
add_subdirectory(hal) |