Skip to content

Commit f6d5443

Browse files
author
Murilo M. Marinho
committed
[submodules] Adjusting tracked commit of cpp-interface-coppeliasim-zmq causing clone to fail.
1 parent bdded28 commit f6d5443

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def build_extension(self, ext):
6969
build_args += ['--', '/m']
7070
else:
7171
cmake_args += ['-DCMAKE_BUILD_TYPE=' + cfg]
72-
build_args += ['--', '-j8']
72+
build_args += ['--', '-j2']
7373

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

0 commit comments

Comments
 (0)