# Need help with the issue I am facing

**URL:** https://discourse.cmake.org/t/need-help-with-the-issue-i-am-facing/13845
**Category:** Code
**Created:** [March 28, 2025, 3:56pm UTC](https://discourse.cmake.org/t/need-help-with-the-issue-i-am-facing/13845 "2025-03-28T15:56:07Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Tanishka](https://discourse.cmake.org/letter_avatar_proxy/v4/letter/t/b4bc9f/32.png) [@Tanishka](https://discourse.cmake.org/u/Tanishka)
#### Post date: [March 28, 2025, 3:56pm UTC](https://discourse.cmake.org/t/need-help-with-the-issue-i-am-facing/13845/1 "2025-03-28T15:56:07Z")

</div>

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 ?

---

<div class="post-metadata">

### Author: ![retif](https://discourse.cmake.org/user_avatar/discourse.cmake.org/retif/32/1776_2.png) [@retif](https://discourse.cmake.org/u/retif)
#### Post date: [March 28, 2025, 5:04pm UTC](https://discourse.cmake.org/t/need-help-with-the-issue-i-am-facing/13845/2 "2025-03-28T17:04:06Z")

</div>

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

---

<div class="post-metadata">

### Author: ![Tanishka](https://discourse.cmake.org/letter_avatar_proxy/v4/letter/t/b4bc9f/32.png) [@Tanishka](https://discourse.cmake.org/u/Tanishka)
#### Post date: [March 28, 2025, 5:34pm UTC](https://discourse.cmake.org/t/need-help-with-the-issue-i-am-facing/13845/3 "2025-03-28T17:34:21Z")

</div>

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

---

<div class="post-metadata">

### Author: ![ben.boeckel](https://discourse.cmake.org/letter_avatar_proxy/v4/letter/b/ea5d25/32.png) [@ben.boeckel](https://discourse.cmake.org/u/ben.boeckel)
#### Post date: [February 20, 2026, 4:53am UTC](https://discourse.cmake.org/t/need-help-with-the-issue-i-am-facing/13845/4 "2026-02-20T04:53:29Z")

</div>

Could an anti-virus be inserting itself into the scene here?
