We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 434335e commit 044ecf3Copy full SHA for 044ecf3
CMakeLists.txt
@@ -67,6 +67,7 @@ endif()
67
# If macOS builds a Mach-O universal binary with 2 architectures: x86_64 and arm64 for Apple M processors
68
if (APPLE)
69
set(CMAKE_OSX_ARCHITECTURES "x86_64;arm64")
70
+ set(CMAKE_OSX_DEPLOYMENT_TARGET "11.0")
71
endif()
72
73
# Add sources for library to compile as object
0 commit comments