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 ()