summaryrefslogtreecommitdiffstats
path: root/cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake')
-rw-r--r--cmake/QtBuildInternals/QtBuildInternalsConfig.cmake2
-rw-r--r--cmake/QtPublicTargetHelpers.cmake2
2 files changed, 0 insertions, 4 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)
diff --git a/cmake/QtPublicTargetHelpers.cmake b/cmake/QtPublicTargetHelpers.cmake
index 571173e8aa..8f6c434c4e 100644
--- a/cmake/QtPublicTargetHelpers.cmake
+++ b/cmake/QtPublicTargetHelpers.cmake
@@ -124,8 +124,6 @@ function(__qt_internal_process_dependency_object_libraries target)
# line.
# So circular dependencies between static libraries and object files are resolved and no need
# to call the finalizer code.
- # TODO: This check is added before the actual release of CMake 3.21. So need to confirm that the
- # target version meets the expectations.
if(CMAKE_VERSION VERSION_GREATER_EQUAL 3.21)
return()
endif()