From b7c35d3b5459ebabdf3b4be2d1e873718d7696d4 Mon Sep 17 00:00:00 2001 From: Leonardo Di Donato Date: Tue, 23 Jul 2019 19:03:02 +0000 Subject: [PATCH] chore: output falco version Signed-off-by: Leonardo Di Donato --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 17026a9d..e15bf658 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -88,7 +88,7 @@ if(NOT FALCO_VERSION) ${FALCO_VERSION}) endif() endif() -message(STATUS "Falco version is ${FALCO_VERSION}") +message(STATUS "Falco version: ${FALCO_VERSION}") set(PACKAGE_NAME "falco") set(PROBE_VERSION "${FALCO_VERSION}")