bilke / cmake-modules

Additional CMake functionality. Most of the modules are from Ryan Pavlik (https://github.com/rpavlik/cmake-modules)
Boost Software License 1.0
547 stars 214 forks source link

Always Error ' make (e=5): Access is denied' #72

Open Darwin-Li-001 opened 2 years ago

Darwin-Li-001 commented 2 years ago

I have tried gcovr 3.2/4.8/5.1. And I use this CMake to use gcovr in my project. but when i execute 'make coverage' command. It always give below error back: C:\Downloads\gcovr-3.2\gcovr -r C:/Test/src --object-dir= C:/Test/build -e test_ processbegin: CreateProcess(NULL, C:\Downloads\gcovr-3.2\gcovr -r C:/Test/src --object-dir= C:/Test/build -e test, ...) failed.

### make (e=5): Access is denied.

Please help!!! As this problem really bother me for a long time!!!