aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabriele Bozzola <sbozzolator@gmail.com>2020-05-03 22:43:31 -0700
committerGitHub <noreply@github.com>2020-05-03 22:43:31 -0700
commit887b01adadb86e909f4e3d0de014c3dcb2626e5a (patch)
tree4bb1b0a69889f7f3dab01952ac51190a3a0c7486
parent78d4883ae13054c26440a79a876929a8617560b3 (diff)
Fix punctuation
-rw-r--r--CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 7222ce6..42502e6 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -35,9 +35,9 @@ if (USE_SYSTEM_LIBVTERM)
# vterm.h is found.
if (LIBVTERM_INCLUDE_DIR)
- message(STATUS "System libvterm detected.")
+ message(STATUS "System libvterm detected")
else()
- message(STATUS "System libvterm not found. libvterm will be downloaded and compiled as part of the build process.")
+ message(STATUS "System libvterm not found: libvterm will be downloaded and compiled as part of the build process")
endif()
endif()