From 2a3e41a6c37730bd1c3dec6455fa34e5dba5bb92 Mon Sep 17 00:00:00 2001 From: Ilya Tumaykin Date: Mon, 21 Mar 2016 22:40:19 +0300 Subject: [PATCH] cmake: drop useless PACKAGE_NAME redefinition --- src/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 64b912e..4b38fba 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -50,7 +50,6 @@ endif () add_definitions( -DVERSION="${UCHARDET_VERSION}" - -DPACKAGE_NAME="${PACKAGE_NAME}" -Wall )