cmake: clarify comment for check-unit with not found busted (#2566)
This commit is contained in:
parent
0acaaf6863
commit
ac34a687c0
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue