mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
[build] cmake: Add protobuf dependency to wpiutil-config (#5886)
Signed-off-by: swirl <swurl@swurl.xyz>
This commit is contained in:
@@ -2,6 +2,7 @@ include(CMakeFindDependencyMacro)
|
||||
@FILENAME_DEP_REPLACE@
|
||||
set(THREADS_PREFER_PTHREAD_FLAG ON)
|
||||
find_dependency(Threads)
|
||||
find_dependency(protobuf)
|
||||
@FMTLIB_SYSTEM_REPLACE@
|
||||
|
||||
if(@USE_SYSTEM_FMTLIB@)
|
||||
|
||||
Reference in New Issue
Block a user