From 8bac0ab246e10065e5781ea7dd59c9d8d392074a Mon Sep 17 00:00:00 2001 From: acezen Date: Tue, 12 Mar 2024 10:18:54 +0800 Subject: [PATCH] Bump up GraphAr to v0.11.3 Signed-off-by: acezen Committed-by: acezen from Dev container --- modules/graph/CMakeLists.txt | 2 +- modules/graph/thirdparty/GraphAr | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/graph/CMakeLists.txt b/modules/graph/CMakeLists.txt index 1cceb3df8e..29bc5e2abc 100644 --- a/modules/graph/CMakeLists.txt +++ b/modules/graph/CMakeLists.txt @@ -134,7 +134,7 @@ install(DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/thirdparty/powturbo/include" if(BUILD_VINEYARD_GRAPH_WITH_GAR) target_compile_definitions(vineyard_graph PUBLIC -DENABLE_GAR) - find_package(gar 0.11.2 QUIET) + find_package(gar 0.11.3 QUIET) if (gar_FOUND) message(STATUS "-- Found GraphAr: ${GAR_LIBRARIES}") target_include_directories(vineyard_graph PRIVATE ${GAR_INCLUDE_DIRS}) diff --git a/modules/graph/thirdparty/GraphAr b/modules/graph/thirdparty/GraphAr index 3b59a473d9..02d41185ae 160000 --- a/modules/graph/thirdparty/GraphAr +++ b/modules/graph/thirdparty/GraphAr @@ -1 +1 @@ -Subproject commit 3b59a473d97815c181cf66b7d448c8e0bffa7098 +Subproject commit 02d41185aee58d4b2e14e8bd6bb1d71d45cdc526