From aecdbe3399c5a7a30861b2df0ee948f1ea8d9310 Mon Sep 17 00:00:00 2001 From: Marcus10110 Date: Thu, 25 May 2023 11:30:26 -0700 Subject: [PATCH] automatic template update of High-Level Data Link Control (HDLC) Analyzer --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8f358b1..8dd43e0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,6 +3,8 @@ project(hdlc_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)