Now, CMake for OS/2 can process a DLL name properly longer than 8 characters. --- fluidsynth/src/CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/fluidsynth/src/CMakeLists.txt b/fluidsynth/src/CMakeLists.txt index e60037a..669804d 100644 --- a/fluidsynth/src/CMakeLists.txt +++ b/fluidsynth/src/CMakeLists.txt @@ -267,8 +267,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} ) -- 2.7.0 _______________________________________________ fluid-dev mailing list fluid-dev@nongnu.org https://lists.nongnu.org/mailman/listinfo/fluid-dev