Skip to content

Commit

Permalink
Switch the version of lager to a forked one
Browse files Browse the repository at this point in the history
It fixes a critical bug, so we'd better use this one.

The upstream MR:
arximboldi/lager#165
  • Loading branch information
dimula73 committed Dec 26, 2022
1 parent 8c41f96 commit 7f786f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 3rdparty/ext_lager/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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}

Expand Down

0 comments on commit 7f786f2

Please sign in to comment.