Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Unmaintained
libkface
Commits
bc1cebf3
Commit
bc1cebf3
authored
Nov 09, 2015
by
Gilles Caulier
🗼
Browse files
modules are required
parent
8c01d5d5
Changes
1
Hide whitespace changes
Inline
Side-by-side
cmake/modules/MacroOpenCV.cmake
View file @
bc1cebf3
...
...
@@ -24,7 +24,7 @@ macro(DETECT_OPENCV OPENCV_MIN_VERSION)
set
(
OPENCV_REQUIRED_COMPONENTS
"
${
ARGN
}
"
)
message
(
STATUS
"First try at finding OpenCV..."
)
find_package
(
OpenCV COMPONENTS
${
OPENCV_REQUIRED_COMPONENTS
}
)
find_package
(
OpenCV
REQUIRED
COMPONENTS
${
OPENCV_REQUIRED_COMPONENTS
}
)
if
(
NOT OpenCV_LIBRARIES AND NOT OpenCV_LIBS
)
...
...
Write
Preview
Supports
Markdown
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