Fix import library naming clash (#893)

This commit is contained in:
Tom M 2021-05-26 14:18:19 +02:00 committed by GitHub
parent eda2fb21b0
commit aba9485a9c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -383,6 +383,9 @@ add_executable ( fluidsynth
${fluidsynth_SOURCES}
)
set_target_properties ( fluidsynth
PROPERTIES IMPORT_PREFIX "" )
if ( FLUID_CPPFLAGS )
set_target_properties ( fluidsynth
PROPERTIES COMPILE_FLAGS ${FLUID_CPPFLAGS} )