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)