Minor cleanup

This commit is contained in:
Davis King 2016-01-02 17:16:42 -05:00
parent 347ee396ba
commit 6a64180200
1 changed files with 1 additions and 1 deletions

View File

@ -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)