Hello,
We’re migrating some project in our pipeline from C++/CX to C++/WinRT.
Everything is going quite smoothly, apart from the fact that CMake automatically adds tags whenever a *.idl file is detected and it appears there’s no way to disable this (at least from a brief look at the source code and some research on the web).
cppwinrt
package (from either NuGet or vcpkg) is going to fill in these values automatically, but only if they’re empty in the base vcxproj. Default values provided by CMake aren’t really compatible with cppwinrt
.
Any chance to get a flag to explicitly disable these, or to get a way to manually configure them?