We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41a9703 commit 845b0a6Copy full SHA for 845b0a6
conan-profiles/macos-vars-ARM64.cmake
@@ -1,3 +1,4 @@
1
# This file injects CMake variables in MacOS build
2
# 14.2 is required by opensubdiv for metal
3
-set(CMAKE_OSX_DEPLOYMENT_TARGET "14.2" CACHE STRING "")
+set(CMAKE_OSX_DEPLOYMENT_TARGET "14.2" CACHE STRING "" FORCE)
4
+set(MACOS_VERSION_MIN "14.2" CACHE STRING "" FORCE)
0 commit comments