mirror of
https://github.com/swaywm/sway.git
synced 2024-11-25 09:21:28 +00:00
Fix cmake error messages for gcov/lcov/etc
This commit is contained in:
parent
439d289654
commit
2aaa37b129
|
@ -14,9 +14,9 @@ if(enable-coverage)
|
|||
MESSAGE(FATAL_ERROR "gcov not found! Aborting...")
|
||||
endif()
|
||||
if(NOT LCOV_PATH)
|
||||
MESSAGE(FATAL_ERROR "gcov not found! Aborting...")
|
||||
MESSAGE(FATAL_ERROR "lcov not found! Aborting...")
|
||||
endif()
|
||||
if(NOT GENHTML_PATH)
|
||||
MESSAGE(FATAL_ERROR "gcov not found! Aborting...")
|
||||
MESSAGE(FATAL_ERROR "genhtml not found! Aborting...")
|
||||
endif()
|
||||
endif()
|
||||
|
|
Loading…
Reference in a new issue