From c1370987bfc047ee307a1330307bfa379ee6ea96 Mon Sep 17 00:00:00 2001 From: Koichiro IWAO Date: Thu, 24 Jun 2021 17:04:28 +0900 Subject: [PATCH] Add missing parenthesis close and adjust line break --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b1267438..0ff31161 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,9 +8,9 @@ endif() if (BUILD_NUMBER LESS 5180) message(WARNING - "Setting BUILD_NUMBER to a value less than 5180 will break compatibility with client binaries distributed by SoftEther Corporation.\n" + "Setting BUILD_NUMBER to a value less than 5180 will break compatibility with client binaries distributed by SoftEther Corporation. " "Set to a value greater than or equal to 5180 if you want such clients to work properly.\n" - "For detailed info: https://github.com/SoftEtherVPN/SoftEtherVPN/issues/1392#issuecomment-867348281" + "For detailed info: https://github.com/SoftEtherVPN/SoftEtherVPN/issues/1392#issuecomment-867348281") endif() project("SoftEther VPN"