summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sick-scan-xd.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/sick-scan-xd.spec b/sick-scan-xd.spec
index 6c8c77d..b9a8139 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 \
+%cmake3 -j3\
-UINCLUDE_INSTALL_DIR \
-ULIB_INSTALL_DIR \
-USYSCONF_INSTALL_DIR \