mirror of
https://github.com/overte-org/overte.git
synced 2025-04-23 06:53:46 +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)
|
||||
|
@ -40,4 +44,4 @@ add_subdirectory(assignment-client)
|
|||
add_subdirectory(domain-server)
|
||||
add_subdirectory(interface)
|
||||
add_subdirectory(tests)
|
||||
add_subdirectory(voxel-edit)
|
||||
add_subdirectory(voxel-edit)
|
||||
|
|
Loading…
Reference in a new issue