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:
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…
Reference in New Issue
Block a user