this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Make CMAKE_OSX_DEPLOYMENT_TARGET configurable

authored by

phcoder and committed by
Vladimir Serbinenko
1fa06c40 41c144ef

+1 -1
+1 -1
CMakeLists.txt
··· 48 48 endif() 49 49 50 50 if(APPLE) 51 - set(CMAKE_OSX_DEPLOYMENT_TARGET "10.13" CACHE STRING "Minimum OS X deployment version" FORCE) 51 + set(CMAKE_OSX_DEPLOYMENT_TARGET "10.13" CACHE STRING "Minimum OS X deployment version") 52 52 endif() 53 53 54 54