mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-21 23:20:20 +00:00
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.
This commit is contained in:
parent
04d91e90c2
commit
a78f967b93
Notes:
sideshowbarker
2024-07-18 08:59:31 +09:00
Author: https://github.com/ADKaster Commit: https://github.com/SerenityOS/serenity/commit/a78f967b93a Pull-request: https://github.com/SerenityOS/serenity/pull/10041 Reviewed-by: https://github.com/bgianfo
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue