1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2024-09-13 07:13:00 +03:00

Revise warning message

Co-authored-by: Davide Beatrici <github@davidebeatrici.dev>
This commit is contained in:
metalefty 2021-06-24 16:58:12 +09:00 committed by GitHub
parent a3f984e521
commit 79d1ade09d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,10 +8,9 @@ endif()
if (BUILD_NUMBER LESS 5180)
message(WARNING
"Setting BUILD_NUMBER to the value less than 5180 will lose compatibility with "
"SoftEtherVPN Stable Edition 4.x. Set to a value greater than or equal to 5180 "
"if you are likely to connect from 4.x clients."
"\nSee also: https://github.com/SoftEtherVPN/SoftEtherVPN/issues/1392#issuecomment-867348281")
"Setting BUILD_NUMBER to a value less than 5180 will break compatibility with client binaries distributed by SoftEther Corporation.\n"
"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"
endif()
project("SoftEther VPN"