nholthaus / units

a compile-time, header-only, dimensional analysis and unit conversion library built on c++14 with no dependencies.
http://nholthaus.github.io/units/
MIT License
934 stars 134 forks source link

cmake: Allow to use existing googletest package #310

Closed krf closed 1 year ago

krf commented 1 year ago

There's no need to setup your own install in case there's one already.

nholthaus commented 1 year ago

you're right, I love this.