Skip to content

Commit

Permalink
cmake: explicitly disable DLL_NAME_WITH_SOVERSION
Browse files Browse the repository at this point in the history
To be sure no one creates SDL3_image-0.dll by accident
  • Loading branch information
madebr committed Jan 22, 2024
1 parent c47680c commit 50bf6fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,7 @@ if(SDL3IMAGE_BUILD_SHARED_LIBS)
if(WIN32)
set_target_properties(${sdl3_image_target_name} PROPERTIES
PREFIX ""
DLL_NAME_WITH_SOVERSION FALSE
)
endif()
else()
Expand Down

0 comments on commit 50bf6fa

Please sign in to comment.