Details
-
Bug
-
Resolution: Fixed
-
Not Evaluated
-
Qt Creator 16.0.0
-
None
-
Debian 11 (Bullseye) with cmake 3.18.4
-
-
804ae764b (16.0)
Description
QTCreator 16.0.0 uses a cmake functionality that is not supported on the cmake version (3.18) which is supplied standard with debian 11 (Bullseye)
Hence qtcreator 16.0.0 has problems on Debian 11.
It is the line:
cmake_language(DEFER CALL qtc_modify_default_install_prefix)
At file auto-setup.cmake
(Deferring Calls is "New in version 3.19." of cmake)