]> granicus.if.org Git - libevent/commit
cmake: do not use stderr for notifications/version-info
authorAzat Khuzhin <a3at.mail@gmail.com>
Sun, 7 Aug 2016 20:07:44 +0000 (23:07 +0300)
committerAzat Khuzhin <a3at.mail@gmail.com>
Tue, 9 Aug 2016 12:47:58 +0000 (15:47 +0300)
commit38716c653d0c23a4a625c2e448bbf0a6db5f35ac
treea7a37dbcc4bdc6ffc74ba9d1b563eeae128a3112
parentbb09535bdad6a6398eee3123d0dd7857fa60c825
cmake: do not use stderr for notifications/version-info

For all except "STATUS" message() will write to stderr, and this also includes
case when you does not have <mode> at all. Plus for every message in stderr
powershell generates exception and make appveyor fails.

Fixes: https://ci.appveyor.com/project/azat/libevent/build/2.1.5.85/job/i10k7m0t80330mtr
CMakeLists.txt