set policy for shared lib creation on OS X

This commit is contained in:
Stephen Birarda 2014-12-18 14:36:15 -08:00
parent 3719ac3127
commit 6beaa3d59a

View file

@ -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)