cmSystemTools: Flush output buffer for list_item_verbose
When `std::cout` and `FILE *stdout` are used at same time need to explicitly flush otherwise they can be out of sync.
Please register or sign in to comment
When `std::cout` and `FILE *stdout` are used at same time need to explicitly flush otherwise they can be out of sync.