Remove trailing period

This commit is contained in:
Victor Sui 2020-06-14 03:31:11 -05:00 committed by GitHub
parent ea36372907
commit c286a41dec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)