diff options
-rw-r--r-- | sick-scan-xd.spec | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sick-scan-xd.spec b/sick-scan-xd.spec index b9a8139..5b0aaee 100644 --- a/sick-scan-xd.spec +++ b/sick-scan-xd.spec @@ -71,7 +71,7 @@ export ROS_PYTHON_VERSION=%{python3_version} # CMAKE_PREFIX_PATH, PKG_CONFIG_PATH, and PYTHONPATH. if [ -f "/opt/ros/%{ros_distro}/setup.sh" ]; then . "/opt/ros/%{ros_distro}/setup.sh"; fi mkdir -p .obj-%{_target_platform} && cd .obj-%{_target_platform} -%cmake3 -j3\ +%cmake3 \ -UINCLUDE_INSTALL_DIR \ -ULIB_INSTALL_DIR \ -USYSCONF_INSTALL_DIR \ @@ -88,7 +88,7 @@ mkdir -p .obj-%{_target_platform} && cd .obj-%{_target_platform} %endif .. -%make_build +%make_build -j3 %install # Needed to bootstrap since the ros_workspace package does not yet exist. |