<div dir="ltr"><div>Hi,</div><div><br></div><div>I want to build a project using all cores of the machine. After cmake .., I have tried</div><div><br></div><div>cmake --build --parallel .</div><div><br></div><div>and </div><div><br></div><div>cmake --build . --parallel <br></div><div><br></div><div>, but none of them works. So, what is the correct usage of --build and --parallel when using them together? I have read the documentation <a href="https://cmake.org/cmake/help/latest/manual/cmake.1.html#build-tool-mode">https://cmake.org/cmake/help/latest/manual/cmake.1.html#build-tool-mode</a> but still could not figure out. Thanks for your help.<br></div></div>