NativeInstruments / ni-media

NI Media is a C++ library for reading and writing audio streams.
MIT License
235 stars 34 forks source link

cmake: lower minimum required to version 3.12.2 with default policies #37

Closed marcrambo closed 4 years ago

marcrambo commented 4 years ago

We can actually lower cmake version to 3.12.2, and use default policies. CMP0091 doesn't seem to be supported by vcpkg yet.

codecov-io commented 4 years ago

Codecov Report

Merging #37 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #37   +/-   ##
=======================================
  Coverage   86.16%   86.16%           
=======================================
  Files          96       96           
  Lines        1843     1843           
=======================================
  Hits         1588     1588           
  Misses        255      255

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 aefda67...ca6efb2. Read the comment docs.