Skip to content
This repository was archived by the owner on Apr 19, 2023. It is now read-only.

Commit dfd6956

Browse files
authored
Fixed minor typo (#178)
* Corrected minor typo vsvarsall is not a valid command, even the page hyperlinked to is using vcvarsall. * Fixed minor typo Had the line modified written as vsvarsall instead of vcvarsall. I don't believe that the command was ever named vsvarsall due to the fact that the webpage you linked to names it vcvarsall
1 parent 17b5afd commit dfd6956

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -304,9 +304,9 @@ CMake will detect which compiler was used to build each of the Conan targets. If
304304
[Environment]::SetEnvironmentVariable("CXX", "cl.exe", "User")
305305
refreshenv
306306

307-
Set the architecture using [vsvarsall](https://docs.microsoft.com/en-us/cpp/build/building-on-the-command-line?view=vs-2019#vcvarsall-syntax):
307+
Set the architecture using [vcvarsall](https://docs.microsoft.com/en-us/cpp/build/building-on-the-command-line?view=vs-2019#vcvarsall-syntax):
308308

309-
vsvarsall.bat x64
309+
vcvarsall.bat x64
310310

311311
- clang
312312

0 commit comments

Comments
 (0)