mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-26 01:51:41 +00:00
[build] Make Protobuf optional in CMake build (#7061)
This commit is contained in:
@@ -235,5 +235,7 @@ class WPILIB_DLLEXPORT ArmFeedforward {
|
||||
};
|
||||
} // namespace frc
|
||||
|
||||
#ifndef NO_PROTOBUF
|
||||
#include "frc/controller/proto/ArmFeedforwardProto.h"
|
||||
#endif
|
||||
#include "frc/controller/struct/ArmFeedforwardStruct.h"
|
||||
|
||||
Reference in New Issue
Block a user