mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-05 03:21:42 +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@
|
@FILENAME_DEP_REPLACE@
|
||||||
set(THREADS_PREFER_PTHREAD_FLAG ON)
|
set(THREADS_PREFER_PTHREAD_FLAG ON)
|
||||||
find_dependency(Threads)
|
find_dependency(Threads)
|
||||||
find_dependency(protobuf)
|
find_dependency(Protobuf)
|
||||||
@FMTLIB_SYSTEM_REPLACE@
|
@FMTLIB_SYSTEM_REPLACE@
|
||||||
|
|
||||||
if(@USE_SYSTEM_FMTLIB@)
|
if(@USE_SYSTEM_FMTLIB@)
|
||||||
|
|||||||
Reference in New Issue
Block a user