mirror of
https://github.com/lubosz/overte.git
synced 2025-08-07 19:41:20 +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)
|
cmake_minimum_required(VERSION 2.8)
|
||||||
|
|
||||||
|
if (WIN32)
|
||||||
|
cmake_policy (SET CMP0020 NEW)
|
||||||
|
endif (WIN32)
|
||||||
|
|
||||||
project(hifi)
|
project(hifi)
|
||||||
|
|
||||||
if (WIN32)
|
if (WIN32)
|
||||||
|
|
Loading…
Reference in a new issue