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
94cf5430
Commit
94cf5430
authored
Aug 26, 2015
by
Alexander Alekhin
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #5250 from SpecLad:missing-conflicts
parents
702afcd7
4ab27719
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
9 deletions
+10
-9
OpenCVPackaging.cmake
cmake/OpenCVPackaging.cmake
+10
-9
No files found.
cmake/OpenCVPackaging.cmake
View file @
94cf5430
...
...
@@ -115,15 +115,16 @@ if(HAVE_TBB AND NOT BUILD_TBB)
endif
()
endif
()
set
(
STD_OPENCV_LIBS opencv-data libopencv-calib3d2.4 libopencv-contrib2.4 libopencv-core2.4
libopencv-features2d2.4 libopencv-flann2.4 libopencv-gpu2.4 libopencv-imgproc2.4
libopencv-ml2.4 libopencv-ocl2.4 libopencv-stitching2.4 libopencv-ts2.4 libopencv-videostab2.4
)
set
(
STD_OPENCV_DEV libopencv-calib3d-dev libopencv-contrib-dev libopencv-core-dev
libopencv-dev libopencv-features2d-dev libopencv-flann-dev libopencv-gpu-dev
libopencv-highgui-dev libopencv-imgproc-dev libopencv-legacy-dev libopencv-ml-dev
libopencv-objdetect-dev libopencv-ocl-dev libopencv-photo-dev libopencv-stitching-dev
libopencv-superres-dev libopencv-ts-dev libopencv-video-dev libopencv-videostab-dev
)
set
(
STD_OPENCV_LIBS opencv-data
)
set
(
STD_OPENCV_DEV libopencv-dev
)
foreach
(
module calib3d contrib core features2d flann gpu highgui imgproc legacy
ml objdetect ocl photo stitching superres ts video videostab
)
if
(
HAVE_opencv_
${
module
}
)
list
(
APPEND STD_OPENCV_LIBS
"libopencv-
${
module
}
2.4"
)
list
(
APPEND STD_OPENCV_DEV
"libopencv-
${
module
}
-dev"
)
endif
()
endforeach
()
string
(
REPLACE
";"
", "
CPACK_COMPONENT_LIBS_CONFLICTS
"
${
STD_OPENCV_LIBS
}
"
)
string
(
REPLACE
";"
", "
CPACK_COMPONENT_LIBS_PROVIDES
"
${
STD_OPENCV_LIBS
}
"
)
...
...
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