mirror of
https://github.com/davisking/dlib.git
synced 2024-11-01 10:14:53 +08:00
Fixed cmake warning
This commit is contained in:
parent
8a2963d758
commit
48b9bf3f93
@ -1,5 +1,6 @@
|
|||||||
|
|
||||||
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
|
||||||
|
Loading…
Reference in New Issue
Block a user