Skip to content

Commit

Permalink
Remove needless .0
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jul 29, 2022
1 parent 4f1b41d commit 67a0612
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/cmake_modules/ThirdpartyToolchain.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2659,7 +2659,7 @@ endmacro()
# ----------------------------------------------------------------------
# Dependencies for Arrow Flight RPC

set(ARROW_ABSL_REQUIRED_VERSION "20211102.0")
set(ARROW_ABSL_REQUIRED_VERSION "20211102")
macro(build_absl)
# This may be called multiple times.
if(NOT ABSL_VENDORED)
Expand Down

0 comments on commit 67a0612

Please sign in to comment.