From 9aedef0580708048926b3bce8851d11f036fc2d6 Mon Sep 17 00:00:00 2001 From: Marcus10110 Date: Thu, 25 May 2023 11:29:54 -0700 Subject: [PATCH] automatic template update of Async RGB LED Analyzer --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 273fd39..968c9b0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,6 +3,8 @@ project(async_rgb_led_analyzer) add_definitions( -DLOGIC2 ) +set(CMAKE_OSX_DEPLOYMENT_TARGET "10.14" CACHE STRING "Minimum supported MacOS version" FORCE) + # enable generation of compile_commands.json, helpful for IDEs to locate include files. set(CMAKE_EXPORT_COMPILE_COMMANDS ON)