From 7f786f2975408379a5b1cae957dd38f37f18539b Mon Sep 17 00:00:00 2001 From: Dmitry Kazakov Date: Mon, 26 Dec 2022 16:02:07 +0300 Subject: [PATCH] Switch the version of lager to a forked one It fixes a critical bug, so we'd better use this one. The upstream MR: https://github.com/arximboldi/lager/pull/165 --- 3rdparty/ext_lager/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/3rdparty/ext_lager/CMakeLists.txt b/3rdparty/ext_lager/CMakeLists.txt index a287042efcf..3d7dc04c586 100644 --- a/3rdparty/ext_lager/CMakeLists.txt +++ b/3rdparty/ext_lager/CMakeLists.txt @@ -30,8 +30,8 @@ endif() ExternalProject_Add( ext_lager DOWNLOAD_DIR ${EXTERNALS_DOWNLOAD_DIR} - GIT_REPOSITORY https://github.com/arximboldi/lager.git - GIT_TAG 5df6dabc56285c5d78e8e1684f584c5d7953a65b + GIT_REPOSITORY https://github.com/dimula73/lager.git + GIT_TAG 0b6ab3e0e880bc36be5da4984d768fde03b7cf19 CMAKE_ARGS -Dlager_BUILD_DEBUGGER_EXAMPLES=OFF ${EXTRA_LAGER_ARGS} -DCMAKE_INSTALL_PREFIX=${EXTPREFIX_lager} -DCMAKE_BUILD_TYPE=${GLOBAL_BUILD_TYPE} ${GLOBAL_PROFILE}