aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/print_status.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/print_status.cmake b/modules/print_status.cmake
new file mode 100644
index 00000000..907ccba6
--- /dev/null
+++ b/modules/print_status.cmake
@@ -0,0 +1,2 @@
+# Print a status message. Useful when you want to say something from a command in cmake.
+MESSAGE(STATUS ${MESSAGE})