openppl-public / ppl.cv

ppl.cv is a high-performance image processing library of openPPL supporting various platforms.
Apache License 2.0
484 stars 108 forks source link

Fix msvc cmake #79

Closed irexyc closed 2 years ago

irexyc commented 2 years ago

For some cmake version like the one that comes with vs2019, I found cmake --build . -j --config Release would build Debug version. And move the -j to the end would build the expected Release version. For consistency, I pass the /m to MSBuild tool directly