Skip to content

Commit

Permalink
Remove EXACT protobuf dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
karteekmurthys committed Jun 7, 2024
1 parent ff07cb0 commit 4e0d55e
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 @@ -441,7 +441,7 @@ if(${VELOX_BUILD_MINIMAL_WITH_DWIO}

# Locate or build protobuf.
set_source(Protobuf)
resolve_dependency(Protobuf 3.21.4 EXACT)
resolve_dependency(Protobuf 3.21.4)
include_directories(${Protobuf_INCLUDE_DIRS})
endif()

Expand Down

0 comments on commit 4e0d55e

Please sign in to comment.