Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Co-authored-by: Michel Hidalgo <[email protected]>
  • Loading branch information
KazNX and hidmic authored Oct 10, 2021
1 parent f6d8dc3 commit fec5892
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion colcon_cmake/task/cmake/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ def _have_jobs_arg(self, cmd, env):
return True
for arg in cmd:
if arg == '--':
# Now passing though args to the make system
# Now passing through args to the make system
have_dashes = True
if re.match('-j[0-9]*', arg) and (cmake_has_jobs or have_dashes):
# CMake 3.12+ and direct -j option, or pre 3.12 and after '--'
Expand Down

0 comments on commit fec5892

Please sign in to comment.