Skip to content

Commit

Permalink
[docs] Add WITH_PROTOBUF to README-CMAKE (#7289)
Browse files Browse the repository at this point in the history
  • Loading branch information
spacey-sooty authored Oct 25, 2024
1 parent 9a5f73d commit d2b19d8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README-CMAKE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit d2b19d8

Please sign in to comment.