Ignore Cmake policy CMP0054

This commit is contained in:
Matt Hauck 2017-07-27 20:54:59 -07:00
parent 0ff5ad6f4c
commit 95338f710e
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@ endif()
if(CMAKE_VERSION VERSION_EQUAL "3.3.0" OR
CMAKE_VERSION VERSION_GREATER "3.3.0")
CMAKE_POLICY(SET CMP0059 OLD)
CMAKE_POLICY(SET CMP0054 OLD)
endif()
if(CMAKE_SYSTEM_NAME MATCHES "Linux")