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
962 stars 137 forks source link

Add namespace to exported target #92

Closed tarberd closed 7 years ago

tarberd commented 7 years ago

91

I had an old branch as subdirectory in my project, sorry for the misleading issue. Added a few lines to the readme better explaining how to use find_package, and added a namespace to the exported target in order to avoid conficts with user targets.

nholthaus commented 7 years ago

great PR, thanks!