From f2503c6167d26e7c202cf4a5db789aa547c1445b Mon Sep 17 00:00:00 2001 From: Brendan Le Foll Date: Mon, 29 Jun 2015 10:49:56 +0100 Subject: [PATCH] cmake: Change error message when git not found to say UPM Signed-off-by: Brendan Le Foll Signed-off-by: Mihai Tudor Panu --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0c3e91a1..7d096cfc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -29,7 +29,7 @@ include(GNUInstallDirs) include (GetGitRevisionDescription) git_describe (VERSION "--tags") if ("x_${VERSION}" STREQUAL "x_GIT-NOTFOUND") - message (WARNING " - Install git to compile a production libmraa!") + message (WARNING " - Install git to compile a production UPM!") set (VERSION "v0.3.1-dirty") endif ()