From ffdeb3a80c24c124f1e1c42df3df6b116e347814 Mon Sep 17 00:00:00 2001 From: "Huameng (Michael) Jiang" Date: Sun, 15 Jun 2025 03:35:32 -0700 Subject: [PATCH] Advance velox version (#184) Summary: Pull Request resolved: https://github.com/facebookincubator/nimble/pull/184 Advance velox hash to latest (that of D75990272) Reviewed By: Yuhta Differential Revision: D76254282 --- CMakeLists.txt | 3 +++ velox | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ea347caf..83a0b580 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -43,6 +43,9 @@ set(VELOX_BUILD_VECTOR_TEST_UTILS set(VELOX_DEPENDENCY_SOURCE AUTO CACHE STRING "Default dependency source: AUTO SYSTEM or BUNDLED.") +set(VELOX_ENABLE_GEO + OFF + CACHE BOOL "Disable GEO which is only used in Velox UDFs") message(STATUS "Build type: ${CMAKE_BUILD_TYPE}") diff --git a/velox b/velox index c724a40e..6756dee2 160000 --- a/velox +++ b/velox @@ -1 +1 @@ -Subproject commit c724a40e7a743edb7095aef8ce026bb7416b1d20 +Subproject commit 6756dee29521b0bf933daa0f43254e269b76dd50