From f4ab485c6bf3ebc6fac7e0299ca0fed8fe2e16be Mon Sep 17 00:00:00 2001 From: luoluo <43328314+kuerka@users.noreply.github.com> Date: Wed, 8 May 2024 11:28:48 +0800 Subject: [PATCH] Update README_zh_CN.md (#38601) Update README_zh_CN.md for using Vcpkg in CLion . --- README_zh_CN.md | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/README_zh_CN.md b/README_zh_CN.md index 642661a7c3..7d07a2a5c1 100644 --- a/README_zh_CN.md +++ b/README_zh_CN.md @@ -211,16 +211,7 @@ $ xcode-select --install ### CLion 中使用 vcpkg -打开 Toolchains 设置 -(File > Settings on Windows and Linux, CLion > Preferences on macOS), -并打开 CMake 设置 (Build, Execution, Deployment > CMake)。 -最后在 `CMake options` 中添加以下行: - -``` --DCMAKE_TOOLCHAIN_FILE=[vcpkg root]/scripts/buildsystems/vcpkg.cmake -``` - -您必须手动将此选项加入每个项目配置文件中。 +Vcpkg 已经集成在 CLion IDE 中。具体操作请参见[官方文档](https://www.jetbrains.com/help/clion/package-management.html)。 ### 将 vcpkg 作为一个子模块