Skip to content
Snippets Groups Projects
Commit 7416f0bd authored by Janis Born's avatar Janis Born
Browse files

remove hard coded -j2 build argument

parent d0425627
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -62,7 +62,6 @@ class CMakeBuild(build_ext):
build_args += ['--', '/m']
else:
cmake_args += ['-DCMAKE_BUILD_TYPE=' + cfg]
build_args += ['--', '-j2']
env = os.environ.copy()
env['CXXFLAGS'] = '{} -DVERSION_INFO=\\"{}\\"'.format(env.get('CXXFLAGS', ''),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment