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
938 stars 134 forks source link

Use `target_compile_options()` to add `/permissive-` flag #249

Closed SamWot closed 3 years ago

SamWot commented 3 years ago

Previously used target_compile_definitions() added -D/permissive- flag instead.