Skip to content

Commit

Permalink
Bump up GraphAr to v0.11.3
Browse files Browse the repository at this point in the history
Signed-off-by: acezen <[email protected]>

Committed-by: acezen from Dev container
  • Loading branch information
acezen committed Mar 12, 2024
1 parent e9929b9 commit 8bac0ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/graph/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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})
Expand Down
2 changes: 1 addition & 1 deletion modules/graph/thirdparty/GraphAr

0 comments on commit 8bac0ab

Please sign in to comment.