mirror of
https://github.com/reactos/CMake.git
synced 2024-11-25 12:40:06 +00:00
ca3b93d9c6
This adds message(WARNING) and message(AUTHOR_WARNING) command modes and fully documents the command behavior in all modes.
5 lines
136 B
CMake
5 lines
136 B
CMake
message("message-default")
|
|
message(STATUS "message-status")
|
|
message(WARNING "message-warning")
|
|
message(AUTHOR_WARNING "message-author")
|