Merge pull request #6709 from alalek:cmake_hal_fix

pull/6712/head
Alexander Alekhin 9 years ago
commit a76fd43599
  1. 3
      modules/core/CMakeLists.txt

@ -1,6 +1,7 @@
set(the_description "The Core Functionality")
ocv_add_module(core
PRIVATE_REQUIRED ${ZLIB_LIBRARIES} "${OPENCL_LIBRARIES}" "${VA_LIBRARIES}" "${OPENCV_HAL_LINKER_LIBS}"
"${OPENCV_HAL_LINKER_LIBS}"
PRIVATE_REQUIRED ${ZLIB_LIBRARIES} "${OPENCL_LIBRARIES}" "${VA_LIBRARIES}"
OPTIONAL opencv_cudev
WRAP java python)

Loading…
Cancel
Save