Documentation: Rectify incorrect preset name
This commit is contained in:
parent
de99dd42a2
commit
222ca9e2cd
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ CLion can integrate with CMake to provide code comprehension features.
|
|||
|
||||
After opening the `ladybird` repository in CLion as a new project, the "`Open Project Wizard`" window will open.
|
||||
|
||||
Select the `default` Preset in the `Settings -> Build, Execution and Deployment -> CMake` window and check the `Enable profile` checkbox.
|
||||
Select the `Release` Preset in the `Settings -> Build, Execution and Deployment -> CMake` window and check the `Enable profile` checkbox.
|
||||
Then select the `Debug` profile and uncheck the `Enable profile` checkbox.
|
||||
|
||||
If the build complains that there is no `Default` Toolchain, go to the `Settings -> Build, Execution and Deployment -> Toolchains`
|
||||
|
|
|
|||
Loading…
Reference in a new issue