CMake: Do not rename library outputs (dlls, pdbs, etc). Fixes a debugging issue with MSVC
This commit is contained in:
parent
155b1a5a6b
commit
3976dbc0e7
@ -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}
|
||||
)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user