Hi there,

I'm using CMake 3.6.2 to generate solution/project files for Visual Studio 14 (2015) Win64 on 
Windows 10. The problem is that "/Zc:inline" and "/Zc:rvalueCast" do not set 
properly (but all other compiler flags do);

Both flags show up in the 'Additional Options' box in 'Configuration Properties' -> 'C/C++' -> 
'Command Line', but not in the 'All Options' box as they should. The case is not so bad for 
"/Zc:inline" as it is set by default, but "/Zc:rvalueCast" is not set at all.

I've looked inside the corresponding project file and the

<RemoveUnreferencedCodeData>true</RemoveUnreferencedCodeData>
<EnforceTypeConversionRules>true</EnforceTypeConversionRules>

lines are indeed missing.

Thanks a lot in advance for any help,
James
-- 

Powered by www.kitware.com

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/cmake

Reply via email to