skypjack / uvw

Header-only, event based, tiny and easy to use libuv wrapper in modern C++ - now available as also shared/static library!
MIT License
1.82k stars 207 forks source link

avoid cmake complaining about using VERSION keyword #275

Closed stefanofiorentino closed 1 year ago

stefanofiorentino commented 1 year ago
[cmake] CMake Error at CMakeLists.txt:190 (set_target_properties):
[cmake]   INTERFACE_LIBRARY targets may only have whitelisted properties.  The
[cmake]   property "VERSION" is not allowed.
codecov-commenter commented 1 year ago

Codecov Report

Merging #275 (ff1ba9c) into master (b2ed37f) will not change coverage. The diff coverage is n/a.

:mega: This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

@@           Coverage Diff           @@
##           master     #275   +/-   ##
=======================================
  Coverage   96.44%   96.44%           
=======================================
  Files          62       62           
  Lines        2590     2590           
=======================================
  Hits         2498     2498           
  Misses         92       92           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.