mirror of
https://github.com/Kitware/CMake.git
synced 2026-06-24 08:47:59 +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.