Skip to content

Commit 845b0a6

Browse files
authored
Force set CMAKE_OSX_DEPLOYMENT_TARGET and MACOS_VERSION_MIN
1 parent 41a9703 commit 845b0a6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
# This file injects CMake variables in MacOS build
22
# 14.2 is required by opensubdiv for metal
3-
set(CMAKE_OSX_DEPLOYMENT_TARGET "14.2" CACHE STRING "")
3+
set(CMAKE_OSX_DEPLOYMENT_TARGET "14.2" CACHE STRING "" FORCE)
4+
set(MACOS_VERSION_MIN "14.2" CACHE STRING "" FORCE)

0 commit comments

Comments
 (0)