From af92ba300158753353d18032cb564138a8d8a276 Mon Sep 17 00:00:00 2001 From: daantimmer <8293597+daantimmer@users.noreply.github.com> Date: Fri, 10 Jan 2025 06:07:37 +0000 Subject: [PATCH] chore: update amp-embedded-infra-lib hash to ae01eeae459647a0f8a52430bb26740d47b2945e --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 38e7ef44..68055db9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -26,7 +26,7 @@ if (HALST_STANDALONE) FetchContent_Declare( emil GIT_REPOSITORY https://github.com/philips-software/amp-embedded-infra-lib.git - GIT_TAG 76b60344061b0904c40e993b74717a85a7a6e376 # unreleased + GIT_TAG ae01eeae459647a0f8a52430bb26740d47b2945e # unreleased ) FetchContent_MakeAvailable(emil)