Return-Path: X-Original-To: apmail-hadoop-common-commits-archive@www.apache.org Delivered-To: apmail-hadoop-common-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id F161917C2E for ; Thu, 30 Oct 2014 17:37:45 +0000 (UTC) Received: (qmail 29810 invoked by uid 500); 30 Oct 2014 17:37:45 -0000 Delivered-To: apmail-hadoop-common-commits-archive@hadoop.apache.org Received: (qmail 29744 invoked by uid 500); 30 Oct 2014 17:37:45 -0000 Mailing-List: contact common-commits-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-dev@hadoop.apache.org Delivered-To: mailing list common-commits@hadoop.apache.org Received: (qmail 29735 invoked by uid 99); 30 Oct 2014 17:37:45 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 30 Oct 2014 17:37:45 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 44CD49834F5; Thu, 30 Oct 2014 17:37:45 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: cmccabe@apache.org To: common-commits@hadoop.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: git commit: HADOOP-11250. fix endmacro of set_find_shared_library_without_version in CMakeLists (Yi Liu via Colin P. McCabe) Date: Thu, 30 Oct 2014 17:37:45 +0000 (UTC) Repository: hadoop Updated Branches: refs/heads/trunk 73e626ad9 -> e488f0d93 HADOOP-11250. fix endmacro of set_find_shared_library_without_version in CMakeLists (Yi Liu via Colin P. McCabe) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/e488f0d9 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/e488f0d9 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/e488f0d9 Branch: refs/heads/trunk Commit: e488f0d93bf22d25aaaac7a6a88fc300f9aa6d5a Parents: 73e626a Author: Colin Patrick Mccabe Authored: Thu Oct 30 10:37:24 2014 -0700 Committer: Colin Patrick Mccabe Committed: Thu Oct 30 10:37:24 2014 -0700 ---------------------------------------------------------------------- hadoop-common-project/hadoop-common/CHANGES.txt | 3 +++ hadoop-common-project/hadoop-common/src/CMakeLists.txt | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/e488f0d9/hadoop-common-project/hadoop-common/CHANGES.txt ---------------------------------------------------------------------- diff --git a/hadoop-common-project/hadoop-common/CHANGES.txt b/hadoop-common-project/hadoop-common/CHANGES.txt index d598ed4..016b3b0 100644 --- a/hadoop-common-project/hadoop-common/CHANGES.txt +++ b/hadoop-common-project/hadoop-common/CHANGES.txt @@ -1031,6 +1031,9 @@ Release 2.6.0 - UNRELEASED HADOOP-11068. Match hadoop.auth cookie format to jetty output. (Gregory Chanan via cnauroth) + HADOOP-11250. fix endmacro of set_find_shared_library_without_version in + CMakeLists (Yi Liu via Colin P. McCabe) + Release 2.5.1 - 2014-09-05 INCOMPATIBLE CHANGES http://git-wip-us.apache.org/repos/asf/hadoop/blob/e488f0d9/hadoop-common-project/hadoop-common/src/CMakeLists.txt ---------------------------------------------------------------------- diff --git a/hadoop-common-project/hadoop-common/src/CMakeLists.txt b/hadoop-common-project/hadoop-common/src/CMakeLists.txt index af375f6..b8ac460 100644 --- a/hadoop-common-project/hadoop-common/src/CMakeLists.txt +++ b/hadoop-common-project/hadoop-common/src/CMakeLists.txt @@ -94,7 +94,7 @@ macro(set_find_shared_library_without_version) # Most UNIX variants use .so SET(CMAKE_FIND_LIBRARY_SUFFIXES ".so") ENDIF() -endmacro(set_find_shared_library_version LVERS) +endmacro(set_find_shared_library_without_version) if (NOT GENERATED_JAVAH) # Must identify where the generated headers have been placed