summaryrefslogtreecommitdiffstats
path: root/cmake/QtBuildInternals
diff options
context:
space:
mode:
authorCraig Scott <craig.scott@qt.io>2021-09-17 19:21:45 +1000
committerCraig Scott <craig.scott@qt.io>2021-09-18 01:54:08 +1000
commitc780708bd3ad58f1aade92df9c0cee7adcbd46f3 (patch)
treed4e25b2ff703307362a187c5d1cd4e4fc30a8c02 /cmake/QtBuildInternals
parent7a4b586f4b8d1b73d1af3d24ff5112e4dc231ea6 (diff)
Remove TODOs related to checking CMake 3.21 features post-release
These TODOs were left as a marker to be checked once the official CMake 3.21.0 release was made. The things they refer to were included in the CMake 3.21.0 release, so the TODOs can be removed. Fixes: QTBUG-94528 Pick-to: 6.2 Change-Id: I769605de85df657ad056123e787ec9849b77e42f Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'cmake/QtBuildInternals')
-rw-r--r--cmake/QtBuildInternals/QtBuildInternalsConfig.cmake2
1 files changed, 0 insertions, 2 deletions
diff --git a/cmake/QtBuildInternals/QtBuildInternalsConfig.cmake b/cmake/QtBuildInternals/QtBuildInternalsConfig.cmake
index d46917f1a7..4bd0d745cc 100644
--- a/cmake/QtBuildInternals/QtBuildInternalsConfig.cmake
+++ b/cmake/QtBuildInternals/QtBuildInternalsConfig.cmake
@@ -1001,8 +1001,6 @@ function(qt_internal_static_link_order_test)
# linker line, it's expected that all object files are located at the beginning of the linker
# line.
# No need to run the test.
- # TODO: This check is added before the actual release of CMake 3.21. So need to check if the
- # target version meets the expectations.
if(CMAKE_VERSION VERSION_LESS 3.21)
__qt_internal_check_link_order_matters(link_order_matters)
if(link_order_matters)