From 4e0d55ed9bcf2b06f337866157a5b5d0debaf127 Mon Sep 17 00:00:00 2001 From: Karteekmurthys Date: Fri, 7 Jun 2024 11:17:43 -0700 Subject: [PATCH] Remove EXACT protobuf dependency --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 280d051f7a6c..2c1e49531a9a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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()