From 8f28e4b46d8b3fe19b7cac44f9e714f9e2d40bfb Mon Sep 17 00:00:00 2001 From: eleccoder <9162301+eleccoder@users.noreply.github.com> Date: Sun, 1 Aug 2021 12:23:34 +0200 Subject: [PATCH] Comments only --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 249ba78..e238af9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.15) -include(cmake/pico_sdk_import.cmake) -include(cmake/pico_extras_import.cmake) +include(cmake/pico_sdk_import.cmake) # File copied from $PICO_SDK_PATH/pico-sdk/external +include(cmake/pico_extras_import.cmake) # File copied from $PICO_SDK_PATH/pico-extras/external project(raspi-pico-aprs-tnc VERSION 0.1)