Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
eos
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Richard Torenvliet
eos
Commits
86a6df27
Commit
86a6df27
authored
Jan 06, 2017
by
Patrik Huber
Committed by
GitHub
Jan 06, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #83 from ruslo/pr.project
Remove unused 'project' directives
parents
8d7b3a6e
108256a7
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
0 additions
and
4 deletions
+0
-4
examples/CMakeLists.txt
examples/CMakeLists.txt
+0
-1
matlab/CMakeLists.txt
matlab/CMakeLists.txt
+0
-1
python/CMakeLists.txt
python/CMakeLists.txt
+0
-1
utils/CMakeLists.txt
utils/CMakeLists.txt
+0
-1
No files found.
examples/CMakeLists.txt
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):
...
...
matlab/CMakeLists.txt
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
)
...
...
python/CMakeLists.txt
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.
...
...
utils/CMakeLists.txt
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):
...
...
Write
Preview
Markdown
is supported
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