From dbeee08335f31129a42d4e78b81e276f81b7f9ce Mon Sep 17 00:00:00 2001 From: Ilya Tumaykin Date: Mon, 21 Mar 2016 21:11:29 +0300 Subject: [PATCH] cmake: use lowercase suffix for debug build --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index edac194..af7e75d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 (