Need help with the issue I am facing

I am using cmake with ccache in my code.
Although the temporary file is generated by ccache exists on the agent with the same name and in the same path(C:/Users/bamboo.vmBAPrd03TLCWEW/AppData/Local/ccache/tmp/cmd_args.tmp.NPsHv0.tmp")which CMake is trying to locate still the system is unable to access it and is throwing a “does not exist” error.

here is the command i use- cmake --build . verbose --target

Could anyone help me with this error? how can i resolve this ?

Shouldn’t it be --verbose? And also --target is likely missing the actual target, unless it got lost on copy-paste.

Hi retif,
Thanks for your response.
My mistake I pasted wrong command,
I am actually using this *cmake --build . --verbose --target execute_unittests