From f6d5443d381b29d762b5198e5568f996f9e5c59c Mon Sep 17 00:00:00 2001 From: "Murilo M. Marinho" Date: Tue, 26 Nov 2024 10:34:22 +0000 Subject: [PATCH] [submodules] Adjusting tracked commit of cpp-interface-coppeliasim-zmq causing clone to fail. --- interfaces/cpp-interface-coppeliasim-zmq | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/interfaces/cpp-interface-coppeliasim-zmq b/interfaces/cpp-interface-coppeliasim-zmq index 2cb07f2..c71769c 160000 --- a/interfaces/cpp-interface-coppeliasim-zmq +++ b/interfaces/cpp-interface-coppeliasim-zmq @@ -1 +1 @@ -Subproject commit 2cb07f29dee8c66b127eb23997e583afaede10c0 +Subproject commit c71769c4104bbd85c972b15e48b7b273b7a09703 diff --git a/setup.py b/setup.py index ff8176c..6e71882 100644 --- a/setup.py +++ b/setup.py @@ -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', ''),