summaryrefslogtreecommitdiffstats
path: root/libssh
diff options
context:
space:
mode:
Diffstat (limited to 'libssh')
-rw-r--r--libssh/CMakeLists.txt10
1 files changed, 3 insertions, 7 deletions
diff --git a/libssh/CMakeLists.txt b/libssh/CMakeLists.txt
index 3af8d8a9..9274f6f3 100644
--- a/libssh/CMakeLists.txt
+++ b/libssh/CMakeLists.txt
@@ -156,10 +156,8 @@ set_target_properties(
${LIBRARY_SOVERSION}
OUTPUT_NAME
ssh
- CLEAN_DIRECT_OUTPUT
- 1
DEFINE_SYMBOL
- SSH_EXPORTS
+ LIBSSH_EXPORTS
COMPILE_FLAGS
${LIBSSH_SHARED_CFLAGS}
)
@@ -183,10 +181,8 @@ if (WITH_STATIC_LIB)
${LIBRARY_VERSION}
SOVERSION
${LIBRARY_SOVERSION}
- OUTPUT_NAME
- ssh
- CLEAN_DIRECT_OUTPUT
- 1
+ COMPILE_FLAGS
+ "-DLIBSSH_STATIC"
)
install(