Skip to content

Commit

Permalink
workaround output lib name matches input
Browse files Browse the repository at this point in the history
  • Loading branch information
derselbst committed Dec 8, 2024
1 parent 544a383 commit 4635b09
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -320,8 +320,6 @@ elseif ( WIN32 )
set_target_properties ( libfluidsynth
PROPERTIES
PUBLIC_HEADER "${public_HEADERS}"
ARCHIVE_OUTPUT_NAME "fluidsynth"
PREFIX "lib"
OUTPUT_NAME "fluidsynth-${LIB_VERSION_CURRENT}"
VERSION ${LIB_VERSION_INFO}
SOVERSION ${LIB_VERSION_CURRENT}
Expand Down

0 comments on commit 4635b09

Please sign in to comment.