From 48b9bf3f93f47f6173e101bc81343d55eedf242d Mon Sep 17 00:00:00 2001 From: Davis King Date: Fri, 19 Jul 2019 07:12:27 -0400 Subject: [PATCH] Fixed cmake warning --- tools/python/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/python/CMakeLists.txt b/tools/python/CMakeLists.txt index 369aebc0e..12bd287cc 100644 --- a/tools/python/CMakeLists.txt +++ b/tools/python/CMakeLists.txt @@ -1,5 +1,6 @@ CMAKE_MINIMUM_REQUIRED(VERSION 2.8.12) +project(dlib_python_bindings) # 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