diff --git a/doc/hooks/cmake.section.md b/doc/hooks/cmake.section.md index 427a03a73986..afaa5b21bcf1 100644 --- a/doc/hooks/cmake.section.md +++ b/doc/hooks/cmake.section.md @@ -30,6 +30,14 @@ This setting has no tangible effect when running the build in a sandboxed deriva The default value is `build`. +#### `cmakeBuildType` {#cmake-build-type} + +Build type of cmake output. + +Internally populates the `CMAKE_BUILD_TYPE` cmake flag. + +The default value is `Release`. + #### `dontUseCmakeConfigure` {#dont-use-cmake-configure} When set to true, don't use the predefined `cmakeConfigurePhase`. diff --git a/doc/redirects.json b/doc/redirects.json index 0442248c3e3e..ee5554d17073 100644 --- a/doc/redirects.json +++ b/doc/redirects.json @@ -2336,6 +2336,9 @@ "cmake-build-dir": [ "index.html#cmake-build-dir" ], + "cmake-build-type": [ + "index.html#cmake-build-type" + ], "dont-use-cmake-configure": [ "index.html#dont-use-cmake-configure" ],