1
0
mirror of https://github.com/libssh2/libssh2.git synced 2025-11-18 15:20:56 +03:00

cmake: delete obsolete comment

Follow-up to 8017592163

Cherry-picked from #1017
This commit is contained in:
Viktor Szakats
2023-05-02 22:17:47 +00:00
parent b87fbc91cb
commit 74ffa1e01d

View File

@@ -119,7 +119,7 @@ if(NOT BUILD_STATIC_LIBS AND (NOT BUILD_SHARED_LIBS OR BUILD_EXAMPLES OR BUILD_T
endif() endif()
set(LIB_STATIC "libssh2_static") set(LIB_STATIC "libssh2_static")
set(LIB_SHARED "libssh2_shared") # Must match libssh2_shared_EXPORTS macro in include/libssh2.h set(LIB_SHARED "libssh2_shared")
# Symbol hiding # Symbol hiding