microsoft / Xbox-GDK-Samples

Game development samples published by the Xbox Advanced Technology Group using the Microsoft GDK.
http://aka.ms/gamedevdocs
MIT License
218 stars 32 forks source link

Fixed CMakeGDKExample issue reported in forums #37

Closed walbourn closed 5 months ago

walbourn commented 5 months ago

The CMakeGDKExample fails to build when using --config Release with the multi-config VS generator because its trying to use /RTC1 with the optimization switches. This adds a workaround until the bug is addressed directly in CMake.

walbourn commented 5 months ago

https://gitlab.kitware.com/cmake/cmake/-/issues/25327