mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
[build] cmake: fix protobuf dependency finding for certain distributions (#5981)
This commit is contained in:
@@ -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@)
|
||||
|
||||
Reference in New Issue
Block a user