aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSolomon Tan <wjsota@gmail.com>2022-04-22 19:43:00 +0800
committerYordan Karadzhov (VMware) <y.karadz@gmail.com>2022-04-28 09:35:04 +0300
commit46801e434a6a10e33f9d0cd411419efbbd5c9054 (patch)
tree1003b540629e72bbee1529ee14745918f37a407c
parent3b3c6c1de2f63a52d5b73fc84e7f23375590c845 (diff)
downloadkernel-shark-46801e434a6a10e33f9d0cd411419efbbd5c9054.tar.gz
kernel-shark: Modify FreeSans warning msg for GUI
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@gmail.com> Signed-off-by: Yordan Karadzhov (VMware) <y.karadz@gmail.com>
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 4ed8e89f..c183f78b 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)