File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ if(APPLE)
126126 set (CMAKE_MACOSX_RPATH ON )
127127
128128 # Set minimum macOS version to enable certain C++20 features
129- set (CMAKE_OSX_DEPLOYMENT_TARGET 11.0)
129+ set (CMAKE_OSX_DEPLOYMENT_TARGET " 11.0" CACHE STRING "Minimum OS X deployment version" FORCE )
130130
131131 # Don't allow macOS .frameworks to be used for dependencies.
132132 set (CMAKE_FIND_FRAMEWORK NEVER)
@@ -297,7 +297,7 @@ else()
297297 # Compiler specific additions:
298298 if (NOT CMAKE_CXX_COMPILER_ID MATCHES "Clang" )
299299 # Use -Wno-literal-suffix on Linux for C++ libtiledbsoma target.
300- list (APPEND TILEDBSOMA_COMPILE_OPTIONS -Wno-literal-suffix )
300+ list (APPEND TILEDBSOMA_COMPILE_OPTIONS -Wno-literal-suffix -mmacosx- version -min=11.0 )
301301 endif ()
302302
303303endif ()
You can’t perform that action at this time.
0 commit comments