mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-29 21:00:06 +00:00
Set a macOS deployment target of 12.0
This commit is contained in:
parent
a656a723db
commit
5262551e1d
3 changed files with 4 additions and 0 deletions
|
|
@ -3,6 +3,8 @@ set(PROJECT_NAME supercell-wx)
|
||||||
|
|
||||||
include(tools/scwx_config.cmake)
|
include(tools/scwx_config.cmake)
|
||||||
|
|
||||||
|
set(CMAKE_OSX_DEPLOYMENT_TARGET 12.0)
|
||||||
|
|
||||||
scwx_python_setup()
|
scwx_python_setup()
|
||||||
|
|
||||||
project(${PROJECT_NAME}
|
project(${PROJECT_NAME}
|
||||||
|
|
|
||||||
|
|
@ -6,3 +6,4 @@ compiler.cppstd=20
|
||||||
compiler.libcxx=libc++
|
compiler.libcxx=libc++
|
||||||
compiler.version=18
|
compiler.version=18
|
||||||
os=Macos
|
os=Macos
|
||||||
|
os.version=12.0
|
||||||
|
|
|
||||||
|
|
@ -6,3 +6,4 @@ compiler.cppstd=20
|
||||||
compiler.libcxx=libc++
|
compiler.libcxx=libc++
|
||||||
compiler.version=18
|
compiler.version=18
|
||||||
os=Macos
|
os=Macos
|
||||||
|
os.version=12.0
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue