Skip to content

Commit

Permalink
Merge 9 ➡️ 10 (#421)
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Carroll <[email protected]>
  • Loading branch information
mjcarroll authored Jan 29, 2024
2 parents 2b66954 + ea68ca0 commit 50f2f00
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ test_sources = glob(
"test/desc",
],
defines = [
'GZ_MSGS_TEST_PATH=\\"msgs/test\\"',
'GZ_MSGS_TEST_PATH=\\"msgs/test\\"',
],
deps = [
":msgs",
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ set(GZ_MATH_VER ${gz-math7_VERSION_MAJOR})
# Note that CLI files are installed regardless of whether the dependency is
# available during build time
find_program(HAVE_GZ_TOOLS gz)
set(GZ_TOOLS_VER 1)
set(GZ_TOOLS_VER 2)

#--------------------------------------
# Find Tinyxml2
Expand Down
3 changes: 2 additions & 1 deletion tools/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
load("@gz//bazel/skylark:gz_py.bzl", "gz_py_binary")
load("@gz//bazel/skylark:build_defs.bzl", "gz_py_binary")

gz_py_binary(
name = "gz_msgs_generate_py",
srcs = ["gz_msgs_generate.py"],
main = "gz_msgs_generate.py",
visibility = ["//visibility:public"],
)

0 comments on commit 50f2f00

Please sign in to comment.