Commit 3b9b702c authored by Facundo Galán's avatar Facundo Galán Committed by Davis E. King

Set CMake policy CMP0048 to NEW when available. (#1549)

parent b54b1c44
......@@ -5,6 +5,11 @@
cmake_minimum_required(VERSION 2.8.12)
if(POLICY CMP0048)
cmake_policy(SET CMP0048 NEW)
endif()
project(dlib)
set(CPACK_PACKAGE_NAME "dlib")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment