Unterstützte CMake-Versionen
cmake_minimum_required()
gibt die minimale CMake-Version an, die zur erfolgreichen Konfiguration eines Projekts erforderlich ist. Außerdem werden damit die CMake Policy Settings des Projekts aktualisiert, die verschiedene Aspekte des Rückwärtskompatibilitätsverhaltens von CMake steuern.
Qt-Projekte müssen im Befehl cmake_minimum_required
die Version 3.16
oder eine neuere Version angeben, um ein funktionierendes Policy-Verhalten zu gewährleisten.
Die tatsächliche Version von CMake, die zur Konfiguration des Projekts verwendet werden sollte, hängt auch von der Zielplattform ab. Für die meisten Zielplattformen ist es 3.22
.
© 2025 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.