lsils / mockturtle

C++ logic network library
MIT License
210 stars 139 forks source link

Consistently linking all libraries with `SYSTEM` attribute #469

Closed marcelwa closed 3 years ago

marcelwa commented 3 years ago

This PR builds upon #437 by consistently linking all libraries as SYSTEM because compiler warnings generated in third-party code are still propagated to including projects.

codecov-commenter commented 3 years ago

Codecov Report

Merging #469 (fadd7b9) into master (75380ce) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #469   +/-   ##
=======================================
  Coverage   83.61%   83.61%           
=======================================
  Files         134      134           
  Lines       15230    15230           
=======================================
  Hits        12734    12734           
  Misses       2496     2496           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 75380ce...fadd7b9. Read the comment docs.

hriener commented 3 years ago

Thanks!