[uchardet: 24/29] cmake: use lowercase suffix for debug build
- From: Jehan Pagès <jehanp src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [uchardet: 24/29] cmake: use lowercase suffix for debug build
- Date: Sun, 27 Mar 2016 18:38:27 +0000 (UTC)
commit dbeee08335f31129a42d4e78b81e276f81b7f9ce
Author: Ilya Tumaykin <itumaykin gmail com>
Date: Mon Mar 21 21:11:29 2016 +0300
cmake: use lowercase suffix for debug build
CMakeLists.txt | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
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 (
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]