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)