Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
O
opencv
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
opencv
Commits
c7bfdc20
Commit
c7bfdc20
authored
May 06, 2015
by
Alexander Smorkalov
Committed by
Dikay900
Sep 21, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added explicit deb package dependency from libtbb-dev if TBB is enabled.
parent
55df3265
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
OpenCVPackaging.cmake
cmake/OpenCVPackaging.cmake
+8
-0
No files found.
cmake/OpenCVPackaging.cmake
View file @
c7bfdc20
...
...
@@ -99,6 +99,14 @@ if(HAVE_CUDA)
set
(
CPACK_COMPONENT_dev_DEPENDS libs
)
endif
()
if
(
HAVE_TBB AND NOT BUILD_TBB
)
if
(
CPACK_DEB_DEV_PACKAGE_DEPENDS
)
set
(
CPACK_DEB_DEV_PACKAGE_DEPENDS
"
${
CPACK_DEB_DEV_PACKAGE_DEPENDS
}
, libtbb-dev"
)
else
()
set
(
CPACK_DEB_DEV_PACKAGE_DEPENDS
"libtbb-dev"
)
endif
()
endif
()
if
(
NOT OPENCV_CUSTOM_PACKAGE_INFO
)
set
(
CPACK_COMPONENT_LIBS_DESCRIPTION
"Open Computer Vision Library"
)
set
(
CPACK_DEBIAN_COMPONENT_LIBS_NAME
"lib
${
CMAKE_PROJECT_NAME
}
"
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment