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
mobile_robotics
wolf_projects
wolf_lib
plugins
vision
Commits
18223733
Commit
18223733
authored
May 02, 2022
by
Joan Vallvé Navarro
Browse files
Merge branch 'devel' into 'main'
new tag See merge request
!34
parents
3037533c
fbbdb2f1
Changes
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
18223733
...
...
@@ -114,8 +114,6 @@ license_headers:
-
key
:
wolf-focal
paths
:
-
ci_deps/wolf/
except
:
-
master
before_script
:
-
*preliminaries_definition
-
*install_wolf_definition
...
...
@@ -133,8 +131,6 @@ build_and_test:bionic:
-
key
:
visionutils-bionic
paths
:
-
ci_deps/vision_utils/
except
:
-
master
before_script
:
-
*preliminaries_definition
-
*install_wolf_definition
...
...
@@ -154,8 +150,6 @@ build_and_test:focal:
-
key
:
visionutils-focal
paths
:
-
ci_deps/vision_utils/
except
:
-
master
before_script
:
-
*preliminaries_definition
-
*install_wolf_definition
...
...
cmake_modules/wolfvisionConfig.cmake
View file @
18223733
...
...
@@ -48,7 +48,7 @@ macro(wolf_report_not_found REASON_MSG)
# FindPackage() use the camelcase library name, not uppercase.
if
(
wolfvision_FIND_QUIETLY
)
message
(
STATUS
"Failed to find wolfvision- "
${
REASON_MSG
}
${
ARGN
}
)
else
(
wolfvision_FIND_REQUIRED
)
else
if
(
wolfvision_FIND_REQUIRED
)
message
(
FATAL_ERROR
"Failed to find wolfvision - "
${
REASON_MSG
}
${
ARGN
}
)
else
()
# Neither QUIETLY nor REQUIRED, use SEND_ERROR which emits an error
...
...
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