We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9c691e commit ee48f0cCopy full SHA for ee48f0c
CMakeLists.txt
@@ -176,7 +176,7 @@ endmacro()
176
if("${PLATFORM}" MATCHES "osx")
177
# specify the min version of the target platform (only GitHub Actions)
178
if(DEFINED ENV{GITHUB_WORKSPACE})
179
- set(CMAKE_OSX_DEPLOYMENT_TARGET "10.15")
+ set(CMAKE_OSX_DEPLOYMENT_TARGET 10.15 CACHE STRING "Minimum macOS version the build will be able to run on" FORCE)
180
endif()
181
182
# add specific prefix paths
0 commit comments