Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
S
stitchEm
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
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Franco (nextime) Lanza
stitchEm
Commits
7e016800
Unverified
Commit
7e016800
authored
4 years ago
by
Clément Guedez
Committed by
GitHub
4 years ago
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #96 from stitchEm/w-m/opencv-require-3
OpenCV v3 minimum requirement now
parents
a6b4e54f
4355d000
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
CMakeLists.txt
lib/CMakeLists.txt
+4
-0
No files found.
lib/CMakeLists.txt
View file @
7e016800
...
...
@@ -693,6 +693,10 @@ endif()
# ----------------------------------------------------------------------------
find_package
(
OpenCV REQUIRED
)
if
(
OpenCV_VERSION_MAJOR LESS 3
)
message
(
FATAL_ERROR
"OpenCV minimum required version is 3.0, found
${
OpenCV_VERSION
}
"
)
endif
()
add_subdirectory
(
src/calibration
)
add_subdirectory
(
src/autocrop
)
add_subdirectory
(
src/audio/orah/orah4i2b
)
...
...
This diff is collapsed.
Click to expand it.
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