From d2b19d89282ddaa121ed8a1ffe56ba9e49f446b1 Mon Sep 17 00:00:00 2001 From: Jade Date: Fri, 25 Oct 2024 21:51:35 +0800 Subject: [PATCH] [docs] Add WITH_PROTOBUF to README-CMAKE (#7289) --- README-CMAKE.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README-CMAKE.md b/README-CMAKE.md index dd3770b1ab..09b776ebe7 100644 --- a/README-CMAKE.md +++ b/README-CMAKE.md @@ -66,6 +66,8 @@ The following build options are available: * This option will build the HAL and wpilibc/j during the build. The HAL is the simulation HAL, unless the external HAL options are used. The CMake build has no capability to build for the roboRIO. * `WITH_WPIMATH` (ON Default) * This option will build the wpimath library. This option must be on to build wpilib. +* `WITH_PROTOBUF` (ON Default) + * This option will build with the protobuf library. * `WITH_WPIUNITS` (`WITH_JAVA` Default) * This option will build the wpiunits library. This option must be on to build the Java wpimath library and requires `WITH_JAVA` to also be on. * `OPENCV_JAVA_INSTALL_DIR`