From 62339c7b0ddcaf666f3943bdd2c105a93abcec91 Mon Sep 17 00:00:00 2001 From: daantimmer <8293597+daantimmer@users.noreply.github.com> Date: Mon, 21 Oct 2024 11:29:28 +0000 Subject: [PATCH] chore: update amp-embedded-infra-lib hash to ca31705a21937ceb07a654d8828eb8f982f468e1 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a9ef8f3d..807dde7f 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 798ec3da653f955a1eb218279fa93f52f15fcfbf # unreleased + GIT_TAG ca31705a21937ceb07a654d8828eb8f982f468e1 # unreleased ) FetchContent_MakeAvailable(emil)