Use normal library name for OS/2

Now, CMake for OS/2 can process a DLL name properly longer than 8
characters.

Signed-off-by: derselbst <tom.mbrt@googlemail.com>
This commit is contained in:
KO Myung-Hun 2016-01-21 21:26:43 +09:00 committed by derselbst
parent 0130cbdd4d
commit 692e6ef2ce

View file

@ -264,8 +264,7 @@ if ( MACOSX_FRAMEWORK )
elseif ( OS2 )
set_target_properties ( libfluidsynth
PROPERTIES
OUTPUT_NAME "fluidsyn"
ARCHIVE_OUTPUT_NAME "fluidsynth"
OUTPUT_NAME "fluidsynth"
VERSION ${LIB_VERSION_INFO}
SOVERSION ${LIB_VERSION_CURRENT}
)