i have created cmake project , i included all the source files , i am able to generate object files but i got linking error.
this is the error → “cctc E205: don’t know what to do with @CMakeFiles\sample.rsp” .
compiler : TASKING
No, the response files are a mechanism used in CMake (probably the Ninja generator here).
And how does CMake identify it? There should be a line in an initial configure about “compiler identification”. If CMake doesn’t know how to use the compiler you’ve given, it won’t be able to make command lines that work for it. If it thinks it is MSVC or something, it better well act like MSVC or things just won’t work.