Skip to content

Commit

Permalink
Fix gmssl RPATH issue in Mac
Browse files Browse the repository at this point in the history
  • Loading branch information
guanzhi committed Dec 14, 2023
1 parent b3352b8 commit 5814112
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,8 @@ else()
endif()


set(CMAKE_INSTALL_RPATH "${CMAKE_INSTALL_PREFIX}/lib")

SET_TARGET_PROPERTIES(gmssl PROPERTIES VERSION 3.1 SOVERSION 3)


Expand Down

0 comments on commit 5814112

Please sign in to comment.