mirror of https://github.com/davisking/dlib.git
Minor cleanup
This commit is contained in:
parent
347ee396ba
commit
6a64180200
|
@ -1,10 +1,10 @@
|
|||
# This is a CMake file meant to be included via include()
|
||||
# It will trigger a compilation of dlib *in the project*
|
||||
# including it
|
||||
set(DLIB_IN_PROJECT_BUILD true)
|
||||
|
||||
cmake_minimum_required(VERSION 2.6.4)
|
||||
|
||||
set(DLIB_IN_PROJECT_BUILD true)
|
||||
|
||||
set(CMAKE_LEGACY_CYGWIN_WIN32 0) # Remove when CMake >= 2.8.4 is required
|
||||
if (POLICY CMP0054)
|
||||
|
|
Loading…
Reference in New Issue