Skip to content

Commit

Permalink
[submodules] Adjusting tracked commit of cpp-interface-coppeliasim-zm…
Browse files Browse the repository at this point in the history
…q causing clone to fail.
  • Loading branch information
Murilo M. Marinho committed Nov 26, 2024
1 parent bdded28 commit f6d5443
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion interfaces/cpp-interface-coppeliasim-zmq
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def build_extension(self, ext):
build_args += ['--', '/m']
else:
cmake_args += ['-DCMAKE_BUILD_TYPE=' + cfg]
build_args += ['--', '-j8']
build_args += ['--', '-j2']

env = os.environ.copy()
env['CXXFLAGS'] = '{} -DVERSION_INFO=\\"{}\\"'.format(env.get('CXXFLAGS', ''),
Expand Down

0 comments on commit f6d5443

Please sign in to comment.