jfarhanm
jfarhanm
Thank you I think this is an issue with how `@CMakeFiles\blink.dir\objects1.rsp` works on windows and not necessarily a cmake issue. But I may definitely be wrong. From [this](https://stackoverflow.com/questions/50814503/powershell-returns-date-with-%e2%88%a9-in-front-when-running-in-batch-script) post it...
I tried copying the generated paths to another file because the first rsp file was saved as a UTF-8 encoding with BOM  and the new file I made to...
If it's worth anything, a temporary workaround is to create a new text document named `objects1.rsp` and copy the contents of `pico\pico-examples\build\blink\CMakeFiles\blink.dir\objects1.rsp` to it. and then replace the initial `pico\pico-examples\build\blink\CMakeFiles\blink.dir\objects1.rsp`...
Thank you. I shall close this.