[build] cmake: fix protobuf dependency finding for certain distributions (#5981)

This commit is contained in:
swirl
2023-11-30 16:36:41 -05:00
committed by GitHub
parent 23dd591394
commit e00a0e84c1

View File

@@ -2,7 +2,7 @@ include(CMakeFindDependencyMacro)
@FILENAME_DEP_REPLACE@
set(THREADS_PREFER_PTHREAD_FLAG ON)
find_dependency(Threads)
find_dependency(protobuf)
find_dependency(Protobuf)
@FMTLIB_SYSTEM_REPLACE@
if(@USE_SYSTEM_FMTLIB@)