Skip to content

Commit

Permalink
Fix wrong URL in fast_float.cmake
Browse files Browse the repository at this point in the history
"refs/tags/". This commit fixes this bug.
  • Loading branch information
yingsu00 committed Sep 21, 2024
1 parent fb21b2c commit b78bb3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMake/resolve_dependency_modules/fast_float.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ set(VELOX_FAST_FLOAT_VERSION 6.1.6)
set(VELOX_FAST_FLOAT_BUILD_SHA256_CHECKSUM
4458aae4b0eb55717968edda42987cabf5f7fc737aee8fede87a70035dba9ab0)
set(VELOX_FAST_FLOAT_SOURCE_URL
"https://github.com/fastfloat/fast_float/archive/v${VELOX_FAST_FLOAT_VERSION}.tar.gz"
"https://github.com/fastfloat/fast_float/archive/refs/tags/v${VELOX_FAST_FLOAT_VERSION}.tar.gz"
)

resolve_dependency_url(FAST_FLOAT)
Expand Down

0 comments on commit b78bb3a

Please sign in to comment.