1
0
mirror of https://github.com/libssh2/libssh2.git synced 2025-07-28 01:41:49 +03:00

cmake: restore a dash char in comment [ci skip]

It's a CMake comment header convention.
This commit is contained in:
Viktor Szakats
2023-04-21 14:01:31 +00:00
parent 7b21ef300c
commit cd5977deac

View File

@ -1,6 +1,6 @@
include(CheckCSourceCompiles)
# check_nonblocking_socket_support()
# - check_nonblocking_socket_support()
#
# Check for how to set a socket to non-blocking state. There seems to exist
# four known different ways, with the one used almost everywhere being POSIX