We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71fd33a commit c47948cCopy full SHA for c47948c
vinca/templates/build_catkin.sh.in
@@ -73,7 +73,7 @@ fi
73
74
export SKIP_TESTING=@(skip_testing)
75
76
-if [ "${PKG_NAME}" == "ros-noetic-euslisp" ]; then
+if [ "${PKG_NAME}" == "ros-noetic-euslisp" ] || [ "${PKG_NAME}" = "ros-noetic-jskeus" ] || [ "${PKG_NAME}" = "ros-noetic-roseus" ]; then
77
GENERATOR="Unix Makefiles"
78
else
79
GENERATOR="Ninja"
0 commit comments