mirror of
https://github.com/overte-org/overte.git
synced 2025-08-07 19:50:38 +02:00
Merge pull request #2243 from ZappoMan/fix_cmake_policy_warning
fix cmake policy warnings
This commit is contained in:
commit
e0cbecc3dd
1 changed files with 5 additions and 1 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