Skip to content

Commit

Permalink
Revert "Revert "build: Set the minimum required version of macOS""
Browse files Browse the repository at this point in the history
This reverts commit 0f55f45.
Fix #3625
  • Loading branch information
lucydodo committed May 4, 2024
1 parent f7ad5df commit 35ea5d6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -630,6 +630,8 @@ if(WIN32 AND MSVC)
endif()

if(APPLE)
set(CMAKE_OSX_DEPLOYMENT_TARGET 10.15)
set(ENV{MACOSX_DEPLOYMENT_TARGET} 10.15)
set_target_properties(${PROJECT_NAME} PROPERTIES
BUNDLE True
OUTPUT_NAME "DB Browser for SQLite"
Expand Down

0 comments on commit 35ea5d6

Please sign in to comment.