Using Cmake, we use the following command
cmake CMakeLists.txt -G "Visual Studio 11"
to generate a Visual Studio 2012 solution file, which by-default uses /fp:precise as floating point option. Is there any way to change this to /fp:fast in CMake?