We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5c78c0 commit 1ea0fc3Copy full SHA for 1ea0fc3
conanfile.py
@@ -59,7 +59,7 @@ def source(self):
59
self.run("git clone --recursive https://github.com/MinterTeam/cpp-minter.git .")
60
61
def build(self):
62
- cmake = CMake(self)
+ cmake = CMake(self, parallel=False)
63
cmake.configure(defs={'WITH_TEST': 'Off', 'CMAKE_BUILD_TYPE': 'Release'})
64
cmake.build()
65
0 commit comments