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.
v0.27.3
Luis Diaz Mas 7 years ago committed by Luis Díaz Más
parent c49882159a
commit 41bb15f7b7

@ -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()

Loading…
Cancel
Save