mirror of
https://github.com/BeamMP/Docs.git
synced 2026-02-16 02:20:44 +00:00
Use VCPKG_ROOT variable instead of hardcoded path. Co-authored-by: WiserTixx
This commit is contained in:
@@ -93,7 +93,7 @@ cmake --build bin --parallel
|
||||
```
|
||||
Then clean the vcpkg cache:
|
||||
```bash
|
||||
rm -rf ~/vcpkg/buildtrees/openssl
|
||||
rm -rf $VCPKG_ROOT/buildtrees/openssl
|
||||
```
|
||||
And retry the cmake configuration command.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user