summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2026-03-30 06:56:57 +0000
committerCoprDistGit <infra@openeuler.org>2026-03-30 06:56:57 +0000
commit9d2923d534e356cb7f7ee14d3bc367db3b33692f (patch)
tree218050e860cf2593a98f3e22f1f39dd13f9fd42d
parent4070245ff80b9b3867ff2fab91962a07c8326532 (diff)
automatic import of behaviortree_cpp_v3
-rw-r--r--behaviortree-cpp-v3.spec6
1 files changed, 3 insertions, 3 deletions
diff --git a/behaviortree-cpp-v3.spec b/behaviortree-cpp-v3.spec
index bb14911..f887bff 100644
--- a/behaviortree-cpp-v3.spec
+++ b/behaviortree-cpp-v3.spec
@@ -1,4 +1,4 @@
-%bcond_without tests
+%bcond_with tests
%bcond_without weak_deps
%define ros_distro humble
@@ -48,7 +48,7 @@ Provides: %{name}-runtime = %{version}-%{release}
This package provides the Behavior Trees core library.
%prep
-%autosetup -c -n %{name}-%{version}
+%autosetup -n %{RosPkgName}-%{version} -p1
%build
# Needed to bootstrap since the ros_workspace package does not yet exist.
@@ -72,7 +72,7 @@ mkdir -p .obj-%{_target_platform} && cd .obj-%{_target_platform}
%if !0%{?with_tests}
-DBUILD_TESTING=OFF \
%endif
- ../%{RosPkgName}-%{version}
+ ..
%make_build