Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
T.J. Corona
CMB-SuperBuild
Commits
0d98d955
Commit
0d98d955
authored
Aug 09, 2016
by
Jacob Becker
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add beginings of opencv support
parent
cd0cbf27
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
29 additions
and
1 deletion
+29
-1
CMakeLists.txt
CMakeLists.txt
+2
-0
projects/cmb.cmake
projects/cmb.cmake
+1
-1
projects/opencv.cmake
projects/opencv.cmake
+12
-0
projects/opencvcontrib.cmake
projects/opencvcontrib.cmake
+8
-0
versions.cmake
versions.cmake
+6
-0
No files found.
CMakeLists.txt
View file @
0d98d955
...
...
@@ -31,6 +31,8 @@ function (superbuild_find_projects var)
moab
netcdf
oce
opencv
opencvcontrib
paraview
png
python
...
...
projects/cmb.cmake
View file @
0d98d955
...
...
@@ -24,7 +24,7 @@ superbuild_add_project(cmb
DEBUGGABLE
DEFAULT_ON
DEPENDS boost remus vxl kml gdal qt4 python paraview shiboken
cmbworkflows zeromq
cmbworkflows zeromq
opencv
smtk
# XXX(smtk): until the submodule works properly
DEPENDS_OPTIONAL moab smtk
${
cmb_extra_optional_dependencies
}
cxx11
...
...
projects/opencv.cmake
0 → 100644
View file @
0d98d955
superbuild_add_project
(
opencv
DEPENDS
paraview
python
qt4
opencvcontrib
CMAKE_ARGS
-DVTK_DIR:PATH=
${
vtk_dir
}
-DOPENCV_EXTRA_MODULES_PATH:PATH=
${
CMAKE_CURRENT_BINARY_DIR
}
/opencvcontrib/src/opencvcontrib/modules
${
paraview_extra_cmake_args
}
)
projects/opencvcontrib.cmake
0 → 100644
View file @
0d98d955
superbuild_add_project
(
opencvcontrib
CONFIGURE_COMMAND
""
BUILD_COMMAND
""
INSTALL_COMMAND
""
)
versions.cmake
View file @
0d98d955
...
...
@@ -34,6 +34,12 @@ superbuild_set_revision(vxl
URL
"https://github.com/judajake/vxl/archive/44433e4bd8ca3eabe4e5441444bf2a050d689d45.tar.gz"
URL_MD5 6ca7a87bebb12338a45277b921af4277
)
superbuild_set_revision
(
opencv
GIT_REPOSITORY
"https://github.com/opencv/opencv.git"
)
superbuild_set_revision
(
opencvcontrib
GIT_REPOSITORY
"https://github.com/opencv/opencv_contrib.git"
)
# Use the tweaked cmake build of zeromq
superbuild_set_revision
(
zeromq
GIT_REPOSITORY
"https://github.com/robertmaynard/zeromq4-x.git"
...
...
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