Fix gmssl RPATH issue in Mac

This commit is contained in:
Zhi Guan
2023-12-14 11:48:48 +08:00
parent b3352b8d86
commit 5814112e22

View File

@@ -332,6 +332,8 @@ else()
endif()
set(CMAKE_INSTALL_RPATH "${CMAKE_INSTALL_PREFIX}/lib")
SET_TARGET_PROPERTIES(gmssl PROPERTIES VERSION 3.1 SOVERSION 3)