igwn-cmake-macros 1.5.0
|
Functions | |
cx_msg_debug (txt) | |
Display debugging message. More... | |
cx_msg_debug_variable (variable) | |
Display debugging message. More... | |
cm_msg_checking (MSG) | |
Display checking message. More... | |
cm_msg_error (txt) | |
Display error message. More... | |
cm_msg_failure (txt) | |
Display failure message. More... | |
cm_msg_result (MSG) | |
Display result message. More... | |
cm_msg_warn (txt) | |
Display warning message. More... | |
Display messages to user
cm_msg_checking | ( | MSG | ) |
Display checking message.
Display a message informing the user of a feature being checked This command should be immediately followed by cm_msg_result
MSG | Message to display |
cm_msg_error | ( | txt | ) |
Display error message.
Display a message describing an issue preventing configuration to complete.
txt | Message to display |
cm_msg_failure | ( | txt | ) |
Display failure message.
Display a message describing an issue preventing configuration to complete.
txt | Message to display |
cm_msg_result | ( | MSG | ) |
Display result message.
Display a message informing the user of the availability of the feature that was being checked. This command should be immediately preceded by cm_msg_checking
MSG | Message to display |
cm_msg_warn | ( | txt | ) |
Display warning message.
Display a message describing a possible probelm
txt | If a list, then a collection of items to be displayed If a string, then a text string to be displayed |
cx_msg_debug | ( | txt | ) |
Display debugging message.
This command will display the txt on the screen if the global variable CM_MSG_DEBUG_VERBOSE is True
txt | If a list, then a collection of items to be displayed If a string, then a text string to be displayed |
cx_msg_debug_variable | ( | variable | ) |
Display debugging message.
This command will display the variable name followed by its value if the global variable CM_MSG_DEBUG_VERBOSE is True
txt | If a list, then a collection of items to be displayed If a string, then a text string to be displayed |