mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
set policy for shared lib creation on OS X
This commit is contained in:
parent
3719ac3127
commit
6beaa3d59a
1 changed files with 4 additions and 0 deletions
|
@ -12,6 +12,10 @@ if (POLICY CMP0043)
|
|||
cmake_policy(SET CMP0043 OLD)
|
||||
endif ()
|
||||
|
||||
if (POLICY CMP0042)
|
||||
cmake_policy(SET CMP0042 OLD)
|
||||
endif ()
|
||||
|
||||
project(hifi)
|
||||
add_definitions(-DGLM_FORCE_RADIANS)
|
||||
|
||||
|
|
Loading…
Reference in a new issue