mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2024-11-09 03:00:41 +03:00
Add missing parenthesis close and adjust line break
This commit is contained in:
parent
79d1ade09d
commit
c1370987bf
@ -8,9 +8,9 @@ endif()
|
|||||||
|
|
||||||
if (BUILD_NUMBER LESS 5180)
|
if (BUILD_NUMBER LESS 5180)
|
||||||
message(WARNING
|
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"
|
"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()
|
endif()
|
||||||
|
|
||||||
project("SoftEther VPN"
|
project("SoftEther VPN"
|
||||||
|
Loading…
Reference in New Issue
Block a user