Skip to content

Commit a8d6b4f

Browse files
committed
cmake: Add ABI version to MSVC output DLL name
1 parent 2802d34 commit a8d6b4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ set_target_properties(secp256k1 PROPERTIES
3434
)
3535
if(MSVC)
3636
set_target_properties(secp256k1 PROPERTIES
37-
OUTPUT_NAME ${PROJECT_NAME}
37+
OUTPUT_NAME ${PROJECT_NAME}-${${PROJECT_NAME}_soversion}
3838
)
3939
endif()
4040
if(SECP256K1_BUILD_SHARED)

0 commit comments

Comments
 (0)