From 74ffa1e01dde1ac95b64ddfd18e226f9a416a101 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Tue, 2 May 2023 22:17:47 +0000 Subject: [PATCH] cmake: delete obsolete comment Follow-up to 80175921638fa0a345237d23206a2ad1644cdd9b Cherry-picked from #1017 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3342385b..11bff6cd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -119,7 +119,7 @@ if(NOT BUILD_STATIC_LIBS AND (NOT BUILD_SHARED_LIBS OR BUILD_EXAMPLES OR BUILD_T endif() 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