From aa6448cd7026dad0595cb1adb6ded89c634b17c2 Mon Sep 17 00:00:00 2001 From: William Ayd Date: Fri, 31 Jan 2025 10:22:06 -0500 Subject: [PATCH] Bump to Hyper v0.0.21200 (#399) --- CMakeLists.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0d29bad0..9c65a1de 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -20,15 +20,15 @@ list(APPEND CMAKE_PREFIX_PATH "${NB_DIR}") find_package(nanobind CONFIG REQUIRED) if(WIN32) - set(TABLEAU_DOWNLOAD_URL "https://downloads.tableau.com/tssoftware//tableauhyperapi-cxx-windows-x86_64-release-main.0.0.20027.rcc745c2c.zip") + set(TABLEAU_DOWNLOAD_URL "https://downloads.tableau.com/tssoftware//tableauhyperapi-cxx-windows-x86_64-release-main.0.0.21200.re11c8cb9.zip") elseif(APPLE) if(CMAKE_HOST_SYSTEM_PROCESSOR STREQUAL "arm64") - set(TABLEAU_DOWNLOAD_URL "https://downloads.tableau.com/tssoftware//tableauhyperapi-cxx-macos-arm64-release-main.0.0.20027.rcc745c2c.zip") + set(TABLEAU_DOWNLOAD_URL "https://downloads.tableau.com/tssoftware//tableauhyperapi-cxx-macos-arm64-release-main.0.0.21200.re11c8cb9.zip") else() - set(TABLEAU_DOWNLOAD_URL "https://downloads.tableau.com/tssoftware//tableauhyperapi-cxx-macos-x86_64-release-main.0.0.20027.rcc745c2c.zip") + set(TABLEAU_DOWNLOAD_URL "https://downloads.tableau.com/tssoftware//tableauhyperapi-cxx-macos-x86_64-release-main.0.0.21200.re11c8cb9.zip") endif() else() - set(TABLEAU_DOWNLOAD_URL "https://downloads.tableau.com/tssoftware//tableauhyperapi-cxx-linux-x86_64-release-main.0.0.20027.rcc745c2c.zip") + set(TABLEAU_DOWNLOAD_URL "https://downloads.tableau.com/tssoftware//tableauhyperapi-cxx-linux-x86_64-release-main.0.0.21200.re11c8cb9.zip") endif() include(FetchContent)