Adam Strzelecki
Adam Strzelecki
@mick-p1982 It would be nice to include reference to this behavior described in your commit as "Microsoft.Cpp.Win32.targets script deletes the PCH file from 2010 forward.". **(1)** Can you point me...
And oh btw., note there's "or higher" in "Due to the problem MSVC 2010 Microsoft.Cpp.Win32.targets **and higher**". Maybe there's something odd in the wording though as I am not native...
@mick-p1982 Alright, sorry I have forgot about #12, that contains full description of the issue and pointer to 249-250 in `Microsoft.CppCommon.targets` file. Since this and #12 is the same issue...
Okay, your idea is really fine. But this is completely different approach that one here, so it should be rather brand new project than addition to this one. If what...
Great to see the progress. But also keep in mind that you may want to support MSVC. Also wanted to ask why `PCHLinkTarget`/`pch_link_target` name? I don't get why there is...
Can you please provide a minimal `CMakeLists.txt` example showing the problem? I have CMake 3.14.2 and it seems to work for me.
Can you please provide me exact GCC and CMake version you are using. This issue may be specific to some recent CMake versions.
Please provide minimal `CMakeLists.txt` example with exact configuration, so I can try to replicate this in Docker for example.
There's no reason no to support it, it is more due to limited work force behind this project 🤓 Feel free to submit PR with `Platform/Linux-Clang-C/CXXPCH.cmake` stubs.
Could you please elaborate what is the benefit of this change?