浏览代码

Documentation: Recommend setting PREFIX_PATH instead of INSTALL_PREFIX

This was straight up the wrong CMake variable to set. We care about
where the project will find Lagom, not where it wants to install its own
binaries to.
Andrew Kaster 3 年之前
父节点
当前提交
a78f967b93
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Documentation/CLionConfiguration.md

+ 1 - 1
Documentation/CLionConfiguration.md

@@ -14,7 +14,7 @@ After opening the `serenity` repository in CLion as a new project, the "`Open Pr
 ```
 -GNinja
 -DCMAKE_TOOLCHAIN_FILE=$CMakeProjectDir$/Build/i686/CMakeToolchain.txt
--DCMAKE_INSTALL_PREFIX=$CMakeProjectDir$/Build/lagom-install
+-DCMAKE_PREFIX_PATH=$CMakeProjectDir$/Build/lagom-install
 -DSERENITY_ARCH=i686
 ```