Remove usage of CMAKE_DEBUG_POSTFIX

This option should be provided when calling to the cmake command.
Otherwise, we overwrite the value even when the user pass the value
in the command line.
This commit is contained in:
Luis Diaz Mas 2018-05-06 19:22:59 +02:00 committed by Luis Díaz Más
parent c49882159a
commit 41bb15f7b7

View File

@ -100,10 +100,6 @@ include_directories(${CMAKE_BINARY_DIR}) # Make the exv_conf.h file visible for
include( config/CMakeChecks.txt )
if( MSVC )
set(CMAKE_DEBUG_POSTFIX "d")
endif()
if( EXIV2_ENABLE_XMP )
add_subdirectory( xmpsdk )
endif()