diff options
author | Brad King <brad.king@kitware.com> | 2021-10-05 13:47:19 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2021-10-05 13:48:46 (GMT) |
commit | 6458a322421dcf097c319321736fb7fd72549078 (patch) | |
tree | b3a649a204b1b68a6599a28852c63e452a45f988 /bootstrap | |
parent | 7518fc0c313277c889c7eb77f1e00406b547979e (diff) | |
download | CMake-6458a322421dcf097c319321736fb7fd72549078.zip CMake-6458a322421dcf097c319321736fb7fd72549078.tar.gz CMake-6458a322421dcf097c319321736fb7fd72549078.tar.bz2 |
bootstrap: Enable cmake_language command to support cmake-gui with Qt 6.2
Fixes: #22721
Diffstat (limited to 'bootstrap')
-rwxr-xr-x | bootstrap | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -297,6 +297,7 @@ CMAKE_CXX_SOURCES="\ cmBinUtilsWindowsPEObjdumpGetRuntimeDependenciesTool \ cmBreakCommand \ cmBuildCommand \ + cmCMakeLanguageCommand \ cmCMakeMinimumRequired \ cmCMakePath \ cmCMakePathCommand \ |