From c286a41dec374e2b2136bfe1d1759a99eaf9e28e Mon Sep 17 00:00:00 2001 From: Victor Sui Date: Sun, 14 Jun 2020 03:31:11 -0500 Subject: [PATCH] Remove trailing period --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 10735efd..5ffe0e68 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -152,7 +152,7 @@ set_property(SOURCE src/utils.cc APPEND PROPERTY COMPILE_DEFINITIONS if(USE_SYSTEM_RAPIDJSON) find_package(RapidJSON QUIET) if(NOT DEFINED RapidJSON_INCLUDE_DIRS AND DEFINED RAPIDJSON_INCLUDE_DIRS) - message(FATAL_ERROR "RapidJSON version is likely too old. See https://github.com/MaskRay/ccls/issues/455.") + message(FATAL_ERROR "RapidJSON version is likely too old. See https://github.com/MaskRay/ccls/issues/455") endif() endif() if(NOT RapidJSON_FOUND)