Skip to content

Commit

Permalink
[MACOS] Incrase minimum MacOS version to 10.15 (Catalina)
Browse files Browse the repository at this point in the history
  • Loading branch information
navv1234 committed Apr 25, 2024
1 parent a59ce66 commit 4e7585a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
cmake_minimum_required (VERSION 3.10...3.22)

# Set OSX minimum version parity with Qt project
set(CMAKE_OSX_DEPLOYMENT_TARGET 10.14)
set(CMAKE_OSX_DEPLOYMENT_TARGET 10.15)

project(simc LANGUAGES CXX)

Expand Down

0 comments on commit 4e7585a

Please sign in to comment.