From a64399e0a641a0613024f99fbb4f235e81a4b77c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonathan=20Guzm=C3=A1n?= Date: Fri, 21 Aug 2020 12:46:35 -0600 Subject: [typo] Fix incorrect Path in readme (#13066) --- README.md | 2 +- README_zh_CN.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f3e190584..549eb0bdf 100644 --- a/README.md +++ b/README.md @@ -254,7 +254,7 @@ and go to the CMake settings (Build, Execution, Deployment > CMake). Finally, in `CMake options`, add the following line: ``` --DCMAKE_TOOLCHAIN_FILE=C:/Users/nimazzuc/src/vcpkg/scripts/buildsystems/vcpkg.cmake +-DCMAKE_TOOLCHAIN_FILE=[vcpkg root]/scripts/buildsystems/vcpkg.cmake ``` Unfortunately, you'll have to add this to each profile. diff --git a/README_zh_CN.md b/README_zh_CN.md index 286976dc8..3df1af1fd 100644 --- a/README_zh_CN.md +++ b/README_zh_CN.md @@ -239,7 +239,7 @@ $ brew install gcc 最后在 `CMake options` 中添加以下行: ``` --DCMAKE_TOOLCHAIN_FILE=C:/Users/nimazzuc/src/vcpkg/scripts/buildsystems/vcpkg.cmake +-DCMAKE_TOOLCHAIN_FILE=[vcpkg root]/scripts/buildsystems/vcpkg.cmake ``` 遗憾的是, 您必须手动将此选项加入每个项目配置文件中。 -- cgit v1.2.3