We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be38a52 commit 09c2a8bCopy full SHA for 09c2a8b
modules/core/CMakeLists.txt
@@ -1,6 +1,7 @@
1
set(the_description "The Core Functionality")
2
ocv_add_module(core
3
- PRIVATE_REQUIRED ${ZLIB_LIBRARIES} "${OPENCL_LIBRARIES}" "${VA_LIBRARIES}" "${OPENCV_HAL_LINKER_LIBS}"
+ "${OPENCV_HAL_LINKER_LIBS}"
4
+ PRIVATE_REQUIRED ${ZLIB_LIBRARIES} "${OPENCL_LIBRARIES}" "${VA_LIBRARIES}"
5
OPTIONAL opencv_cudev
6
WRAP java python)
7
0 commit comments