summaryrefslogtreecommitdiffstats
path: root/cmake
diff options
context:
space:
mode:
authorAlexey Edelev <alexey.edelev@qt.io>2020-12-30 12:36:52 +0000
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2020-12-30 13:33:37 +0000
commit5164cf903e401a3422a27cad6774fa566feaaa2b (patch)
tree44b21b0c027862cdd649026bd6f3123d04354c31 /cmake
parent294f89890e5db0d511b1cc0bf59bb60df99dd68a (diff)
Revert "CMake: Fix missing report entries"
This reverts commit 642ee46f98c6b3cd98a323f7dc5cac3a738b066c. Reason for revert: Issue when command_count is actually 0 Change-Id: I1b2603f25b56e3bd50cfc22a08925930ad231498 Reviewed-by: Cristian Adam <cristian.adam@qt.io> (cherry picked from commit 34c3b12fd58fc1833abd20eb7b222cb6561e1b03) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'cmake')
-rw-r--r--cmake/QtBuildInformation.cmake3
1 files changed, 1 insertions, 2 deletions
diff --git a/cmake/QtBuildInformation.cmake b/cmake/QtBuildInformation.cmake
index 15b1a7926a..ff9cc9d866 100644
--- a/cmake/QtBuildInformation.cmake
+++ b/cmake/QtBuildInformation.cmake
@@ -99,8 +99,7 @@ function(qt_configure_eval_commands)
endif()
set(command_index 0)
- # LESS_EQUAL is used because command_count is not actual count, but last added command index
- while(command_index LESS_EQUAL command_count)
+ while(command_index LESS command_count)
get_property(command_args GLOBAL PROPERTY qt_configure_command_${command_index})
if(NOT command_args)
message(FATAL_ERROR