From 92e8d492d78e3ce0883fc4e97f90ef153c6d4e39 Mon Sep 17 00:00:00 2001 From: Silvio Traversaro Date: Tue, 1 Oct 2024 15:30:51 +0200 Subject: [PATCH] Update to use gz-msgs11 --- recipe/build_cxx.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipe/build_cxx.sh b/recipe/build_cxx.sh index d12e818..5fe0a35 100644 --- a/recipe/build_cxx.sh +++ b/recipe/build_cxx.sh @@ -6,7 +6,7 @@ if [[ "${target_platform}" == osx-* ]]; then fi if [[ "${CONDA_BUILD_CROSS_COMPILATION}" == "1" ]]; then - export CMAKE_ARGS="${CMAKE_ARGS} -Dgz-msgs10_PYTHON_INTERPRETER=$BUILD_PREFIX/bin/python -Dgz-msgs10_PROTOC_EXECUTABLE=$BUILD_PREFIX/bin/protoc -Dgz-msgs10_PROTO_GENERATOR_PLUGIN=$BUILD_PREFIX/bin/gz-msgs10_protoc_plugin" + export CMAKE_ARGS="${CMAKE_ARGS} -Dgz-msgs11_PYTHON_INTERPRETER=$BUILD_PREFIX/bin/python -Dgz-msgs11_PROTOC_EXECUTABLE=$BUILD_PREFIX/bin/protoc -Dgz-msgs11_PROTO_GENERATOR_PLUGIN=$BUILD_PREFIX/bin/gz-msgs11_protoc_plugin" fi # We only pass SKIP_PYBIND11 on pypy as for regular Python builds, we want to