]> code.bitgloo.com Git - clyne/entityx.git/commit
Use 'STATUS' message type for non-error messages
authorlethal-guitar <lethal_guitar128@web.de>
Sat, 29 Oct 2016 08:18:49 +0000 (10:18 +0200)
committerlethal-guitar <lethal_guitar128@web.de>
Sat, 29 Oct 2016 08:18:49 +0000 (10:18 +0200)
commit01c2c54e405ec82d43a2730d05a7473d6153b3fb
treec7e966f0ca2eab063d6af3dfe438942817e5abaf
parentb2c5bc6f89263ae0ba40dc75cd9121e277f71253
Use 'STATUS' message type for non-error messages

Using the message() command without the mode keyword makes those messages
appear in red when using cmake-gui, which makes them look like errors.
By specifying the type as STATUS, they look like regular informative
messages.
CMakeLists.txt