Skip to content

Commit

Permalink
Fix link in configure.md (#3899)
Browse files Browse the repository at this point in the history
The section is called "General options", not "Generic options".
  • Loading branch information
Ashark authored Jul 17, 2024
1 parent bdc9f5f commit e43f28f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/configure.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ When CMake Tools runs the configure step, it takes the following into considerat
4. `CMAKE_BUILD_TYPE` is set based on [variant options](variants.md#variants-options).
5. `CMAKE_INSTALL_PREFIX` is set based on [cmake.installPrefix](cmake-settings.md#cmake-settings).
6. `CMAKE_TOOLCHAIN_FILE` is set for [toolchain](kits.md#specify-a-toolchain).
7. The [cmakeSettings](kits.md#generic-options) attribute on the active kit.
7. The [cmakeSettings](kits.md#general-options) attribute on the active kit.

Additionally, [cmake.configureArgs](cmake-settings.md#cmake-settings) are passed before any of the above.

Expand Down

0 comments on commit e43f28f

Please sign in to comment.