Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dlib
Commits
48b9bf3f
Commit
48b9bf3f
authored
Jul 19, 2019
by
Davis King
Browse files
Fixed cmake warning
parent
8a2963d7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
tools/python/CMakeLists.txt
tools/python/CMakeLists.txt
+1
-0
No files found.
tools/python/CMakeLists.txt
View file @
48b9bf3f
CMAKE_MINIMUM_REQUIRED
(
VERSION 2.8.12
)
CMAKE_MINIMUM_REQUIRED
(
VERSION 2.8.12
)
project
(
dlib_python_bindings
)
# Pybind11's cmake scripts enable link time optimization by default. However,
# Pybind11's cmake scripts enable link time optimization by default. However,
# it makes linking take a really long time and doesn't seem to substantively
# it makes linking take a really long time and doesn't seem to substantively
...
...
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