CMake: Do not rename library outputs (dlls, pdbs, etc). Fixes a debugging issue with MSVC

This commit is contained in:
Luis Díaz Más 2018-10-16 14:40:36 +02:00
parent 155b1a5a6b
commit 3976dbc0e7

View File

@ -200,7 +200,6 @@ endif()
set_target_properties( exiv2lib PROPERTIES
VERSION ${PROJECT_VERSION}
SOVERSION ${PROJECT_VERSION_MAJOR}
OUTPUT_NAME exiv2
COMPILE_FLAGS ${EXTRA_COMPILE_FLAGS}
)