From 0d32a8cdccc2f46b68b13a408c9fe60fac6040b7 Mon Sep 17 00:00:00 2001 From: Zhi Guan Date: Mon, 10 Oct 2022 20:14:04 +0800 Subject: [PATCH] Update CMakeLists.txt Thanks to Axyes --- CMakeLists.txt | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0b33944a..79fda7fd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -110,15 +110,12 @@ endif() if (WIN32) set(CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS ON) + add_library(gmssl ${src}) else() + add_library(gmssl ${src}) target_link_libraries(gmssl dl) endif() -add_library(gmssl ${src}) - - - - SET_TARGET_PROPERTIES(gmssl PROPERTIES VERSION 3.0 SOVERSION 3) set(tools