From d1afc6744c4a94e2287b1d05415a55b618bc30c2 Mon Sep 17 00:00:00 2001 From: Marcus10110 Date: Thu, 25 May 2023 11:31:39 -0700 Subject: [PATCH] automatic template update of System Management Bus (SMBus) Analyzer --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 919e47c..1cfe5e1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,6 +3,8 @@ project(smbus_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)