cmake: use lowercase suffix for debug build

This commit is contained in:
Ilya Tumaykin 2016-03-21 21:11:29 +03:00
parent ad647d2e0a
commit dbeee08335
No known key found for this signature in database
GPG Key ID: FCF6A8810E836D1C

View File

@ -12,7 +12,7 @@ set (UCHARDET_VERSION_MINOR 0)
set (UCHARDET_VERSION_REVISION 5)
if (CMAKE_BUILD_TYPE MATCHES Debug)
set (version_suffix .Debug)
set (version_suffix .debug)
endif (CMAKE_BUILD_TYPE MATCHES Debug)
set (