Set POCICY 0063 to new

This commit is contained in:
Ilya Lavrenov 2020-03-18 10:20:30 +03:00 committed by Andreas Schuh
parent 2e227c3daa
commit addd749114

View file

@ -80,6 +80,10 @@ if (POLICY CMP0048)
cmake_policy (SET CMP0048 NEW)
endif ()
if (POLICY CMP0063)
cmake_policy (SET CMP0063 NEW)
endif ()
# ----------------------------------------------------------------------------
# includes
include ("${CMAKE_CURRENT_SOURCE_DIR}/cmake/utils.cmake")