Use VCPKG_ROOT variable instead of hardcoded path. Co-authored-by: WiserTixx

This commit is contained in:
Leif Lundberg
2025-10-19 09:17:51 +02:00
parent 7a60792ca7
commit 87a051ac11
+1 -1
View File
@@ -93,7 +93,7 @@ cmake --build bin --parallel
``` ```
Then clean the vcpkg cache: Then clean the vcpkg cache:
```bash ```bash
rm -rf ~/vcpkg/buildtrees/openssl rm -rf $VCPKG_ROOT/buildtrees/openssl
``` ```
And retry the cmake configuration command. And retry the cmake configuration command.