Commit c71e94f0 authored by Roman Donchenko's avatar Roman Donchenko

Mark the libs component required

Everything else depends on it, after all.

(cherry picked from commit cf54e3b9)

Conflicts:
	cmake/OpenCVPackaging.cmake
parent 8a732e30
......@@ -68,6 +68,7 @@ set(CPACK_COMPONENT_TESTS_DISPLAY_NAME "Tests")
#depencencies
set(CPACK_DEBIAN_PACKAGE_SHLIBDEPS TRUE)
set(CPACK_COMPONENT_LIBS_REQUIRED TRUE)
set(CPACK_COMPONENT_SAMPLES_DEPENDS libs)
set(CPACK_COMPONENT_DEV_DEPENDS libs)
set(CPACK_COMPONENT_DOCS_DEPENDS libs)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment