mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-13 21:08:00 +02:00
fix cmake policy warnings
This commit is contained in:
parent
68c3e0e54d
commit
35a1bb8744
1 changed files with 4 additions and 0 deletions
|
@ -1,5 +1,9 @@
|
|||
cmake_minimum_required(VERSION 2.8)
|
||||
|
||||
if (WIN32)
|
||||
cmake_policy (SET CMP0020 NEW)
|
||||
endif (WIN32)
|
||||
|
||||
project(hifi)
|
||||
|
||||
if (WIN32)
|
||||
|
|
Loading…
Reference in a new issue