From 3976dbc0e734a73980bb3f74d4092d99ba9618cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20D=C3=ADaz=20M=C3=A1s?= Date: Tue, 16 Oct 2018 14:40:36 +0200 Subject: [PATCH] CMake: Do not rename library outputs (dlls, pdbs, etc). Fixes a debugging issue with MSVC --- src/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 7b8bbff7..e930d1ce 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -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} )