From ef1cfbea70be15ec318e97e2293b6466b7032fbc Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Fri, 10 Dec 2010 20:00:23 +0100 Subject: build: Use the same name for static and shared library. --- src/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 48b0501..e8516f0 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -188,6 +188,8 @@ if (WITH_STATIC_LIB) ${LIBRARY_VERSION} SOVERSION ${LIBRARY_SOVERSION} + OUTPUT_NAME + ssh COMPILE_FLAGS "-DLIBSSH_STATIC" ) -- cgit