Skip to content

Commit c47948c

Browse files
Fix more packages
1 parent 71fd33a commit c47948c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vinca/templates/build_catkin.sh.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ fi
7373

7474
export SKIP_TESTING=@(skip_testing)
7575

76-
if [ "${PKG_NAME}" == "ros-noetic-euslisp" ]; then
76+
if [ "${PKG_NAME}" == "ros-noetic-euslisp" ] || [ "${PKG_NAME}" = "ros-noetic-jskeus" ] || [ "${PKG_NAME}" = "ros-noetic-roseus" ]; then
7777
GENERATOR="Unix Makefiles"
7878
else
7979
GENERATOR="Ninja"

0 commit comments

Comments
 (0)