Skip to content
/ krita Public

Commit 7f786f2

Browse files
committed
Switch the version of lager to a forked one
It fixes a critical bug, so we'd better use this one. The upstream MR: arximboldi/lager#165
1 parent 8c41f96 commit 7f786f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

3rdparty/ext_lager/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ endif()
3030

3131
ExternalProject_Add( ext_lager
3232
DOWNLOAD_DIR ${EXTERNALS_DOWNLOAD_DIR}
33-
GIT_REPOSITORY https://github.com/arximboldi/lager.git
34-
GIT_TAG 5df6dabc56285c5d78e8e1684f584c5d7953a65b
33+
GIT_REPOSITORY https://github.com/dimula73/lager.git
34+
GIT_TAG 0b6ab3e0e880bc36be5da4984d768fde03b7cf19
3535

3636
CMAKE_ARGS -Dlager_BUILD_DEBUGGER_EXAMPLES=OFF ${EXTRA_LAGER_ARGS} -DCMAKE_INSTALL_PREFIX=${EXTPREFIX_lager} -DCMAKE_BUILD_TYPE=${GLOBAL_BUILD_TYPE} ${GLOBAL_PROFILE}
3737

0 commit comments

Comments
 (0)