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
86a6df27
Commit
86a6df27
authored
8 years ago
by
Patrik Huber
Committed by
GitHub
8 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #83 from ruslo/pr.project
Remove unused 'project' directives
parents
8d7b3a6e
108256a7
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
examples/CMakeLists.txt
+0
-1
0 additions, 1 deletion
examples/CMakeLists.txt
matlab/CMakeLists.txt
+0
-1
0 additions, 1 deletion
matlab/CMakeLists.txt
python/CMakeLists.txt
+0
-1
0 additions, 1 deletion
python/CMakeLists.txt
utils/CMakeLists.txt
+0
-1
0 additions, 1 deletion
utils/CMakeLists.txt
with
0 additions
and
4 deletions
examples/CMakeLists.txt
+
0
−
1
View file @
86a6df27
cmake_minimum_required
(
VERSION 3.1.3
)
project
(
examples
)
# The examples need a few additional dependencies (e.g. boost filesystem and OpenCV highgui):
...
...
This diff is collapsed.
Click to expand it.
matlab/CMakeLists.txt
+
0
−
1
View file @
86a6df27
cmake_minimum_required
(
VERSION 3.7.0
)
project
(
matlab-bindings
)
# If Matlab_ROOT_DIR is set, the Matlab at that location is used.
find_package
(
Matlab COMPONENTS MX_LIBRARY REQUIRED
)
...
...
This diff is collapsed.
Click to expand it.
python/CMakeLists.txt
+
0
−
1
View file @
86a6df27
cmake_minimum_required
(
VERSION 3.1.3
)
project
(
python-bindings
)
# 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
−
1
View file @
86a6df27
cmake_minimum_required
(
VERSION 3.1.3
)
project
(
utils
)
# The utils need a few additional dependencies (e.g. boost filesystem and OpenCV highgui):
...
...
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