From ac34a687c0aff28f70ecd9822909eef686608d82 Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Thu, 10 Jan 2019 19:09:40 +0100 Subject: [PATCH] cmake: clarify comment for check-unit with not found busted (#2566) --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2f8bda02..1b37e5d0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -437,7 +437,7 @@ if(BUSTED_EXECUTABLE) list(APPEND CHECK_TARGETS check-unit) else() add_custom_target(check-unit true - COMMENT "Skipping check-unit, since busted was not found" + COMMENT "Skipping check-unit, since busted was not found (during configuration)" VERBATIM) endif() a_find_program(LUACHECK_EXECUTABLE luacheck FALSE)