Always target macos 11.0

This commit is contained in:
2024-04-09 14:08:58 -07:00
parent 738de01cb4
commit 7c27d4a972
3 changed files with 4 additions and 2 deletions

View File

@@ -357,6 +357,7 @@ else()
endif()
# macos
set(CMAKE_OSX_DEPLOYMENT_TARGET 11.0)
if(APPLE)
find_program(PANDOC_EXE pandoc)
if(PANDOC_EXE)