Skip to content

Commit 6625e59

Browse files
amazonKamathtony-josi-aws
authored andcommitted
CMake: Fix GIT_REPOSITORY and GIT_TAG (#742)
1 parent 6020036 commit 6625e59

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,8 +212,8 @@ add_compile_options(
212212
include(FetchContent)
213213

214214
FetchContent_Declare( freertos_kernel
215-
GIT_REPOSITORY https://github.com/phelter/FreeRTOS-Kernel.git #https://github.com/FreeRTOS/FreeRTOS-Kernel.git
216-
GIT_TAG feature/fixing-clang-gnu-compiler-warnings #master
215+
GIT_REPOSITORY https://github.com/FreeRTOS/FreeRTOS-Kernel.git
216+
GIT_TAG main
217217
)
218218

219219
FetchContent_Declare( cmock

0 commit comments

Comments
 (0)