[Bf-blender-cvs] [17a837b3ecf] decoration: branch asan

Christian Rauch noreply at git.blender.org
Mon Jun 1 01:20:14 CEST 2020


Commit: 17a837b3ecfa289bca3c057be9a41d41b9d0dc4b
Author: Christian Rauch
Date:   Sun May 24 01:18:42 2020 +0100
Branches: decoration
https://developer.blender.org/rB17a837b3ecfa289bca3c057be9a41d41b9d0dc4b

branch asan

===================================================================

M	extern/libdecoration.cmake

===================================================================

diff --git a/extern/libdecoration.cmake b/extern/libdecoration.cmake
index 4e80a75a64e..00eb0019f5f 100644
--- a/extern/libdecoration.cmake
+++ b/extern/libdecoration.cmake
@@ -1,7 +1,7 @@
 include(ExternalProject)
 ExternalProject_Add(libdecoration
     GIT_REPOSITORY https://gitlab.gnome.org/christian-rauch/libdecoration.git
-    GIT_TAG parent_frame
+    GIT_TAG asan
     PREFIX "${CMAKE_CURRENT_BINARY_DIR}/libdecoration"
     CONFIGURE_COMMAND meson --prefix "${CMAKE_BINARY_DIR}" --libdir "lib" ../libdecoration
     BUILD_COMMAND ninja



More information about the Bf-blender-cvs mailing list