Skip to content

Commit

Permalink
Add back some logging
Browse files Browse the repository at this point in the history
  • Loading branch information
KangarooKoala committed Dec 27, 2023
1 parent cedb9cf commit bcf1b21
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion wpimath/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ protobuf_generate_cpp(
${wpimath_proto_src}
)

# message("WPIMATH_PROTO_SRCS: ${WPIMATH_PROTO_SRCS}; WPIMATH_PROTO_HDRS: ${WPIMATH_PROTO_HDRS}")
message("WPIMATH_PROTO_SRCS: ${WPIMATH_PROTO_SRCS}")
message("WPIMATH_PROTO_HDRS: ${WPIMATH_PROTO_HDRS}")
# file(GLOB_RECURSE protoc_output RELATIVE "${CMAKE_CURRENT_BINARY_DIR}/protobuf" "${CMAKE_CURRENT_BINARY_DIR}/protobuf/*")
# message("Output dir contents: ${protoc_output}")

Expand Down

0 comments on commit bcf1b21

Please sign in to comment.