mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-04 18:58:36 +00:00
set the osx deployment target
This commit is contained in:
parent
b1872a5a8d
commit
e3a8b2afc3
1 changed files with 4 additions and 0 deletions
|
@ -2,6 +2,10 @@
|
|||
# SPDX-License-Identifier: MIT
|
||||
|
||||
cmake_minimum_required(VERSION 3.21)
|
||||
|
||||
# for the use of std::format
|
||||
set(CMAKE_OSX_DEPLOYMENT_TARGET 13)
|
||||
|
||||
project(slint_cpp_iot_dashboard LANGUAGES CXX)
|
||||
include(FetchContent)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue