mirror of
git://code.qt.io/qt/qt5.git
synced 2026-03-11 14:56:15 +08:00
CMake's message() writes to stderr, making it unnecessarily cumbersome to pipe -help output. Write output via a temp file and cmake -E cat to send it to stdout instead. Change-Id: I71710aeb503076586609a69cada94c8a5e30e3be Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>