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 cmake package for MSVC #62

Closed lzhangzz closed 2 years ago

lzhangzz commented 2 years ago

On MSVC there is no "lib" prefix for libraries.

This depends on openppl-public/ppl.common#24

We need to bump ppl.common version in cmake after that PR is merged.

ouonline commented 2 years ago

please update ppl.common's commit id in cmake/deps.cmake.

lzhangzz commented 2 years ago

Maybe we can tag this version v0.6.2, so it can be distinguished from v0.6.1 since the API is changed?

ouonline commented 2 years ago

Maybe we can tag this version v0.6.2, so it can be distinguished from v0.6.1 since the API is changed?

ok, I will push a new tag after this PR is merged.

ouonline commented 2 years ago

There are compilation errors caused by debugging flag. new tag will be pushed after these errors are resolved.