Skip to content
Permalink
Browse files
Use macOS 10.11 as a minimal version
To support older macOS here is need a set of tweaks against C++ standard library.
  • Loading branch information
Wohlstand committed Mar 27, 2020
1 parent 914aa88 commit b762185fa16fd5888c9e2be91e12a3768deb0cc9
Showing 1 changed file with 1 addition and 1 deletion.
@@ -31,7 +31,7 @@ if(EMSCRIPTEN)
set(CMAKE_BUILD_WITH_INSTALL_RPATH TRUE)
endif()

set(CMAKE_OSX_DEPLOYMENT_TARGET "10.5")
set(CMAKE_OSX_DEPLOYMENT_TARGET "10.11")
set(DEPENDENCIES_INSTALL_DIR ${CMAKE_BINARY_DIR}/output)
set(CMAKE_ARCHIVE_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/output/lib)
set(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/output/lib)

0 comments on commit b762185

Please sign in to comment.