aboutsummaryrefslogtreecommitdiff
path: root/README_zh_CN.md
diff options
context:
space:
mode:
Diffstat (limited to 'README_zh_CN.md')
-rw-r--r--README_zh_CN.md2
1 files changed, 1 insertions, 1 deletions
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
```
遗憾的是, 您必须手动将此选项加入每个项目配置文件中。