Skip to content

Commit

Permalink
Fix CMake installation
Browse files Browse the repository at this point in the history
  • Loading branch information
WillAyd committed Sep 24, 2024
1 parent f397e71 commit 71a6b23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 71a6b23

Please sign in to comment.