set the osx deployment target

This commit is contained in:
Olivier Goffart 2025-05-12 16:15:04 +02:00
parent b1872a5a8d
commit e3a8b2afc3

View file

@ -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)