From 539393da51593655787f007dff309bc5301919e2 Mon Sep 17 00:00:00 2001 From: Richard Peters Date: Thu, 23 May 2024 09:53:21 +0200 Subject: [PATCH] chore: update amp-embedded-infra-lib (#319) --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 152b4e61..20bc7edf 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -19,7 +19,7 @@ if (HALST_STANDALONE) FetchContent_Declare( emil GIT_REPOSITORY https://github.com/philips-software/amp-embedded-infra-lib.git - GIT_TAG 16dde0b5e8a10acae790e00e1cbb75e891f5925f # unreleased + GIT_TAG eeefdbabb671c1bed0142b06ffe25546d702c7d0 # unreleased ) FetchContent_MakeAvailable(emil)