From 0958b638f9e5fd7018f859f0f6ba303d37431d49 Mon Sep 17 00:00:00 2001 From: Nikhil Kamath <110539926+amazonKamath@users.noreply.github.com> Date: Fri, 24 Feb 2023 16:56:10 +0000 Subject: [PATCH] CMake: Fix GIT_REPOSITORY and GIT_TAG --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 71d0b56d0b..5e4ee7e8d5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -212,8 +212,8 @@ add_compile_options( include(FetchContent) FetchContent_Declare( freertos_kernel - GIT_REPOSITORY https://github.com/phelter/FreeRTOS-Kernel.git #https://github.com/FreeRTOS/FreeRTOS-Kernel.git - GIT_TAG feature/fixing-clang-gnu-compiler-warnings #master + GIT_REPOSITORY https://github.com/FreeRTOS/FreeRTOS-Kernel.git + GIT_TAG main ) FetchContent_Declare( cmock