Skip to content

Commit

Permalink
cmake: Add API version to MSVC output DLL name
Browse files Browse the repository at this point in the history
  • Loading branch information
hebasto committed Mar 13, 2023
1 parent c9403d5 commit a465894
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ set_target_properties(secp256k1 PROPERTIES
)
if(MSVC)
set_target_properties(secp256k1 PROPERTIES
OUTPUT_NAME ${PROJECT_NAME}
OUTPUT_NAME ${PROJECT_NAME}-${${PROJECT_NAME}_soversion}
)
endif()
if(SECP256K1_BUILD_SHARED)
Expand Down

0 comments on commit a465894

Please sign in to comment.