aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Montel <montel@kde.org>2008-10-20 07:32:44 +0000
committerLaurent Montel <montel@kde.org>2008-10-20 07:32:44 +0000
commit1dcf25e53bd361aec639e74c7d163c4726207a47 (patch)
tree576808a55b2e16268d519697d4ac864bf418c6a4
parentf2b7bb7aa8a67046c6ac2f1d06e2705f36f6d8fa (diff)
downloadextra-cmake-modules-1dcf25e53bd361aec639e74c7d163c4726207a47.tar.gz
extra-cmake-modules-1dcf25e53bd361aec639e74c7d163c4726207a47.tar.bz2
Move here
svn path=/trunk/KDE/kdelibs/; revision=873800
-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})