Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
vision
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mobile_robotics
wolf_projects
wolf_lib
plugins
vision
Commits
6397f9f4
Commit
6397f9f4
authored
3 years ago
by
Joan Solà Ortega
Browse files
Options
Downloads
Patches
Plain Diff
Update CMakeLists.txt
parent
11d3ec3c
No related branches found
No related tags found
1 merge request
!36
After cmake and const refactor
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CMakeLists.txt
+5
-1
5 additions, 1 deletion
CMakeLists.txt
with
5 additions
and
1 deletion
CMakeLists.txt
+
5
−
1
View file @
6397f9f4
...
@@ -81,8 +81,12 @@ option(_WOLF_TRACE "Enable wolf tracing macro" ON)
...
@@ -81,8 +81,12 @@ option(_WOLF_TRACE "Enable wolf tracing macro" ON)
# ============ DEPENDENCIES ==================
# ============ DEPENDENCIES ==================
FIND_PACKAGE
(
wolfcore REQUIRED
)
FIND_PACKAGE
(
wolfcore REQUIRED
)
SET
(
PRINT_INFO_VU false
)
FIND_PACKAGE
(
OpenCV REQUIRED
)
FIND_PACKAGE
(
OpenCV REQUIRED
)
IF
(
OpenCV_FOUND
)
MESSAGE
(
STATUS
"Found OpenCV:
${
OpenCV_INCLUDE_DIRS
}
"
)
ELSEIF
()
MESSAGE
(
STATUS
"OpenCV not found!"
)
ENDIF
()
# ============ config.h ==================
# ============ config.h ==================
string
(
TOUPPER
${
PROJECT_NAME
}
UPPER_NAME
)
string
(
TOUPPER
${
PROJECT_NAME
}
UPPER_NAME
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment