This commit is contained in:
Nick Banks 2021-08-27 15:28:12 -04:00 коммит произвёл GitHub
Родитель abef1e6d5f
Коммит 569d0bf045
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -200,7 +200,7 @@ xcode-select --install
Ensure the corresponding "MSVC v142 - VS 2019 C++ (_Arch_) build tools" are installed for the target arch, e.g. selecting "Desktop development with C++" only includes x64/x86 but not ARM64 by default.
```
mkdir build && cd build
cmake -g 'Visual Studio 16 2019' -A x64 ..
cmake -G 'Visual Studio 16 2019' -A x64 ..
```
### Linux