From 71a6b232301a351b106be7c9ac71fef8b936f5a3 Mon Sep 17 00:00:00 2001 From: Will Ayd Date: Tue, 24 Sep 2024 18:46:29 -0400 Subject: [PATCH] Fix CMake installation --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f23c4c9e..19c799b1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -34,8 +34,8 @@ endif() include(FetchContent) FetchContent_Declare( tableauhyperapi-cxx - URL "${TABLEAU_DOWNLOAD_URL}" DOWNLOAD_EXTRACT_TIMESTAMP ON + URL "${TABLEAU_DOWNLOAD_URL}" ) FetchContent_MakeAvailable(tableauhyperapi-cxx)