Skip to content

Commit

Permalink
Add macOS minimum target
Browse files Browse the repository at this point in the history
  • Loading branch information
borrrden committed Mar 28, 2023
1 parent a9360fa commit a05ad35
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cbl-log/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
cmake_minimum_required (VERSION 3.1)
cmake_policy(VERSION 3.1)

set(CMAKE_OSX_DEPLOYMENT_TARGET "10.15")
project (cbl-log)
include("../cmake/common_setup.cmake")

Expand Down
2 changes: 2 additions & 0 deletions cblite/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
cmake_minimum_required (VERSION 3.1)
cmake_policy(VERSION 3.1)

set(CMAKE_OSX_DEPLOYMENT_TARGET "10.15")
project (cblite)
include("../cmake/common_setup.cmake")

Expand Down

0 comments on commit a05ad35

Please sign in to comment.