From 67fc0d866f3a062007c3e2c2658b987868daf2a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Amaury=20Br=C3=A9h=C3=A9ret?= Date: Mon, 29 Jan 2018 14:45:27 +0100 Subject: [PATCH] fix message --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 31b031b..3075c6f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -39,7 +39,7 @@ else() set(MINOR_VERSION "UnknownMinor") set(PATCH_VERSION "UnknownPath") set(PIXEL_ANNOTATION_VERSION ${GIT_TAG}) - message(WARNING "Version number of pl_tbx is warned") + message(WARNING "Version number of pixel annoation tool is warned") endif() # ---------------------- MANAGING VERSION NUMBER ----------------------