Changeset - r26137:2e197bbf1e24
[Not reviewed]
master
0 1 0
benda - 2 years ago 2021-12-22 18:32:48
benda1@gmail.com
Doc: use only double quotes for cmake command line example in COMPILING.md (#9758)

While powershell happily accepts single quotes, it's not the case for cmd.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
COMPILING.md
Show inline comments
 
@@ -69,7 +69,7 @@ that comes with vcpkg. After that, you c
 
```powershell
 
mkdir build
 
cd build
 
cmake.exe .. -G'Visual Studio 16 2019' -DCMAKE_TOOLCHAIN_FILE="<location of vcpkg>\vcpkg\scripts\buildsystems\vcpkg.cmake" -DVCPKG_TARGET_TRIPLET="x64-windows-static"
 
cmake.exe .. -G"Visual Studio 16 2019" -DCMAKE_TOOLCHAIN_FILE="<location of vcpkg>\vcpkg\scripts\buildsystems\vcpkg.cmake" -DVCPKG_TARGET_TRIPLET="x64-windows-static"
 
```
 

	
 
Change `<location of vcpkg>` to where you have installed vcpkg. After this
0 comments (0 inline, 0 general)