Revert "CMake: Fix missing report entries"
This reverts commit 642ee46f98c6b3cd98a323f7dc5cac3a738b066c. Reason for revert: Issue when command_count is actually 0 Pick-to: 6.0 Change-Id: I1b2603f25b56e3bd50cfc22a08925930ad231498 Reviewed-by: Cristian Adam <cristian.adam@qt.io>
This commit is contained in:
parent
642ee46f98
commit
34c3b12fd5
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user