Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
eos
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
Richard Torenvliet
eos
Commits
542a2d2e
Commit
542a2d2e
authored
8 years ago
by
Patrik Huber
Browse files
Options
Downloads
Plain Diff
Merge branch 'devel' of
https://github.com/patrikhuber/eos
into devel
parents
4ec5e910
297bd39b
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
examples/CMakeLists.txt
+0
-2
0 additions, 2 deletions
examples/CMakeLists.txt
python/CMakeLists.txt
+0
-2
0 additions, 2 deletions
python/CMakeLists.txt
utils/CMakeLists.txt
+0
-2
0 additions, 2 deletions
utils/CMakeLists.txt
with
0 additions
and
6 deletions
examples/CMakeLists.txt
+
0
−
2
View file @
542a2d2e
cmake_minimum_required
(
VERSION 3.1.3
)
# The examples need a few additional dependencies (e.g. boost filesystem and OpenCV highgui):
#check installed version in order to include the correct OpenCV libraries
...
...
This diff is collapsed.
Click to expand it.
python/CMakeLists.txt
+
0
−
2
View file @
542a2d2e
cmake_minimum_required
(
VERSION 3.1.3
)
# The python bindings may need a few additional dependencies (e.g. boost filesystem and OpenCV), which are
# included below - at some point it should be checked if they are really needed.
...
...
This diff is collapsed.
Click to expand it.
utils/CMakeLists.txt
+
0
−
2
View file @
542a2d2e
cmake_minimum_required
(
VERSION 3.1.3
)
# The utils need a few additional dependencies (e.g. boost filesystem and OpenCV highgui):
#check installed version in order to include the correct OpenCV libraries
...
...
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