Can't set preset using cmake, getting file RENAME failed to rename
error
#41643
Unanswered
amine-aboufirass
asked this question in
Q&A
Replies: 1 comment
-
Have you tried disabling antivirus software? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to add a dependency to GDAL in a project with manifest mode. Here are the files in my project:
CMakeLists.txt
CMakePresets.json
main.cpp
vcpkg-configuration.json
vcpkg.json
When I try to set the preset using
cmake --preset=vcpkg
I get the following logs which show a failed build:It's not really clear to me why cmake can't rename the file. I tried running in an elevated powershell prompt, running
vcpkg install
, in a 32 bit and 64 bit powershell prompt, all to no avail. What's going wrong here?Beta Was this translation helpful? Give feedback.
All reactions