From 4d6222994a23185031ff5b1203ffeab45a6673f6 Mon Sep 17 00:00:00 2001 From: Marcus10110 Date: Thu, 25 May 2023 11:30:41 -0700 Subject: [PATCH] automatic template update of I2S Analyzer --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index bb1288b..73d086b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,6 +3,8 @@ project(i2s_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)