cmake: clarify comment for check-unit with not found busted (#2566)

This commit is contained in:
Daniel Hahler 2019-01-10 19:09:40 +01:00 committed by GitHub
parent 0acaaf6863
commit ac34a687c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -437,7 +437,7 @@ if(BUSTED_EXECUTABLE)
list(APPEND CHECK_TARGETS check-unit) list(APPEND CHECK_TARGETS check-unit)
else() else()
add_custom_target(check-unit true 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) VERBATIM)
endif() endif()
a_find_program(LUACHECK_EXECUTABLE luacheck FALSE) a_find_program(LUACHECK_EXECUTABLE luacheck FALSE)