Skip to content

Commit 044ecf3

Browse files
committed
Set minimum macOS version to 11.0
1 parent 434335e commit 044ecf3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

+1
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ endif()
6767
# If macOS builds a Mach-O universal binary with 2 architectures: x86_64 and arm64 for Apple M processors
6868
if (APPLE)
6969
set(CMAKE_OSX_ARCHITECTURES "x86_64;arm64")
70+
set(CMAKE_OSX_DEPLOYMENT_TARGET "11.0")
7071
endif()
7172

7273
# Add sources for library to compile as object

0 commit comments

Comments
 (0)