mirror of
https://github.com/Kitware/CMake.git
synced 2026-08-09 17:18:18 +00:00
The compiler fails on integer literals as `double` initializers, giving
Error(366) ... Conversion from 'int' to 'double' would require narrowing
even if the conversion is lossless.