Skip to content

Commit

Permalink
Fixed path example
Browse files Browse the repository at this point in the history
  • Loading branch information
grodansparadis committed Feb 15, 2024
1 parent 52ad1e6 commit ef63a35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,10 +126,10 @@ The two projects should be cloned on the same directory level. vscp-helper-lib i
cd vscp-helper-lib
mkdir build
cd build
cmake .. -G "Visual Studio 17 2022" -DVCPKG_TARGET_TRIPLET=x64-windows -DCMAKE_TOOLCHAIN_FILE=C:\Users\Administrator\Desktop\Development\vcpkg\scripts\buildsystems\vcpkg.cmake
cmake .. -G "Visual Studio 17 2022" -DVCPKG_TARGET_TRIPLET=x64-windows -DCMAKE_TOOLCHAIN_FILE=E:\vcpkg\scripts\buildsystems\vcpkg.cmake
```

The path to the vspkg build script (_C:\Users\Administrator\Desktop.._) is obviously different in your case.
The path to the vspkg build script (_E:\vcpkg\scripts\buildsystems.._) is obviously different in your case.

Now use

Expand Down

0 comments on commit ef63a35

Please sign in to comment.