Remove debug postfix for MSVC build

This commit is contained in:
Stephen Kyne 2018-02-11 16:07:38 +00:00
parent f8470affc5
commit 3acf461346

View file

@ -179,7 +179,9 @@ if ( WIN32 )
set ( WINDOWS_LIBS "dsound;winmm;ws2_32" )
set ( LIBFLUID_CPPFLAGS "-DFLUIDSYNTH_DLL_EXPORTS" )
set ( FLUID_CPPFLAGS "-DFLUIDSYNTH_NOT_A_DLL" )
set ( CMAKE_DEBUG_POSTFIX "_debug" )
if (NOT MSVC)
set ( CMAKE_DEBUG_POSTFIX "_debug" )
endif()
# MinGW compiler (a Windows GCC port)
if ( MINGW )
set ( MINGW32 1 )