mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 18:26:26 +02:00
remove deprecated CMake policy no longer needed
This commit is contained in:
parent
5b072b591e
commit
c7edc98d5c
1 changed files with 1 additions and 5 deletions
|
@ -15,10 +15,6 @@ if (WIN32)
|
|||
cmake_policy(SET CMP0020 NEW)
|
||||
endif (WIN32)
|
||||
|
||||
if (POLICY CMP0028)
|
||||
cmake_policy(SET CMP0028 OLD)
|
||||
endif ()
|
||||
|
||||
if (POLICY CMP0043)
|
||||
cmake_policy(SET CMP0043 OLD)
|
||||
endif ()
|
||||
|
|
Loading…
Reference in a new issue