Make the warning point out that the FreeSans font is required for the kernelshark GUI. This is to alert the user that the GUI will not be made when cmake does not detect FreeSans. Signed-off-by: Solomon Tan <wjsota@xxxxxxxxx> --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9dd160e..390c7f5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -69,7 +69,7 @@ if (TT_FONT_FILE) else (TT_FONT_FILE) - message(WARNING "\nCould not find font ${KS_FONT}!\n") + message(WARNING "\nCould not find font ${KS_FONT}! Kernelshark GUI requires font ${KS_FONT}!\n") endif (TT_FONT_FILE) -- 2.36.0