mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-13 22:27:13 +02: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