Skip to content

Commit

Permalink
Merge pull request #45 from schmolmo/main
Browse files Browse the repository at this point in the history
Add CMAKE_OSX_DEPLOYMENT_TARGET in CMakeLists.txt
  • Loading branch information
madskjeldgaard authored May 22, 2024
2 parents a754dec + 44043ae commit 474e93e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
cmake_minimum_required(VERSION 3.8)
set(project_name "PortedPlugins")
set(CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake_modules ${CMAKE_MODULE_PATH})
set(CMAKE_OSX_DEPLOYMENT_TARGET "10.10" CACHE STRING "Minimum OS X deployment version")

set(CMAKE_CXX_STANDARD 20)

Expand Down

0 comments on commit 474e93e

Please sign in to comment.