Skip to content

Commit be22de5

Browse files
Update bld_catkin.bat.in
1 parent 7f47a2a commit be22de5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vinca/templates/bld_catkin.bat.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ cmake ^
4040
if errorlevel 1 exit 1
4141

4242
if "%PKG_NAME%" == "ros-@(ros_distro)-eigenpy" (
43-
cmake --build . --config Release --target all --parallel 3
43+
cmake --build . --config Release --target all --parallel 1
4444
if errorlevel 1 exit 1
4545
) else (
4646
cmake --build . --config Release --target all

0 commit comments

Comments
 (0)