-
Bug
-
Resolution: Fixed
-
Not Evaluated
-
Qt Creator 17.0.0
-
None
-
d65407759 (17.0)
The Ninja multiconfig example over in here: https://doc.qt.io/qtcreator/creator-build-settings-cmake-presets.html
Specifies the multi-config via:
"CMAKE_BUILD_TYPE": "Debug;Release",
However, this cmake variable is for single configurations.
It may be when the docs were put together cmake was more lenient, but configuring with cmake 4.0 will cause an error.
Multi-configuration generators should use: CMAKE_CONFIGURATION_TYPES.
For Gerrit Dashboard: QTCREATORBUG-33274 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
663896,2 | Doc: Fix Ninja Multi-Config CMake presets example | 17.0 | qt-creator/qt-creator | Status: MERGED | +2 | +1 |