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
947 stars 135 forks source link

Fix setting of permissive- #224

Closed cstratopoulos closed 3 years ago

cstratopoulos commented 5 years ago

The current CMakeLists.txt adds "/permissive-" as a target_compile_definitions. However it is a flag not a compile definition, see here https://docs.microsoft.com/en-us/cpp/build/reference/permissive-standards-conformance?view=vs-2017