Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 2D4B1200B13 for ; Wed, 15 Jun 2016 21:48:12 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 2C07D160A67; Wed, 15 Jun 2016 19:48:12 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 59405160A19 for ; Wed, 15 Jun 2016 21:48:11 +0200 (CEST) Received: (qmail 19048 invoked by uid 500); 15 Jun 2016 19:48:10 -0000 Mailing-List: contact commits-help@quickstep.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@quickstep.incubator.apache.org Delivered-To: mailing list commits@quickstep.incubator.apache.org Received: (qmail 18556 invoked by uid 99); 15 Jun 2016 19:48:10 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Jun 2016 19:48:10 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 84A37C18CE for ; Wed, 15 Jun 2016 19:48:09 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -4.646 X-Spam-Level: X-Spam-Status: No, score=-4.646 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-1.426] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id DUUJGwjMwvXT for ; Wed, 15 Jun 2016 19:48:08 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with SMTP id BCD9B60D27 for ; Wed, 15 Jun 2016 19:48:05 +0000 (UTC) Received: (qmail 17392 invoked by uid 99); 15 Jun 2016 19:48:04 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Jun 2016 19:48:04 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id D6B3AE0991; Wed, 15 Jun 2016 19:48:04 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: hakanmemisoglu@apache.org To: commits@quickstep.incubator.apache.org Date: Wed, 15 Jun 2016 19:48:31 -0000 Message-Id: In-Reply-To: <553fff50cee74dbabadaa42d540fd69e@git.apache.org> References: <553fff50cee74dbabadaa42d540fd69e@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [28/50] [abbrv] incubator-quickstep git commit: Fix typos in CMakeLists.txt. archived-at: Wed, 15 Jun 2016 19:48:12 -0000 Fix typos in CMakeLists.txt. Project: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/commit/fd75e175 Tree: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/tree/fd75e175 Diff: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/diff/fd75e175 Branch: refs/heads/decimal-type Commit: fd75e17576118ef539d696e3663691ce12518a3b Parents: 1be47dc Author: Navneet Potti Authored: Wed Jun 8 16:57:18 2016 -0500 Committer: Navneet Potti Committed: Wed Jun 8 17:21:33 2016 -0500 ---------------------------------------------------------------------- expressions/CMakeLists.txt | 2 +- expressions/aggregation/CMakeLists.txt | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-quickstep/blob/fd75e175/expressions/CMakeLists.txt ---------------------------------------------------------------------- diff --git a/expressions/CMakeLists.txt b/expressions/CMakeLists.txt index d8452b2..53ad5d4 100644 --- a/expressions/CMakeLists.txt +++ b/expressions/CMakeLists.txt @@ -63,6 +63,6 @@ add_library(quickstep_expressions ../empty_src.cpp ExpressionsModule.hpp) target_link_libraries(quickstep_expressions quickstep_expressions_ExpressionFactories quickstep_expressions_Expressions_proto - quickstep_expressions_aggregate + quickstep_expressions_aggregation quickstep_expressions_predicate quickstep_expressions_scalar) http://git-wip-us.apache.org/repos/asf/incubator-quickstep/blob/fd75e175/expressions/aggregation/CMakeLists.txt ---------------------------------------------------------------------- diff --git a/expressions/aggregation/CMakeLists.txt b/expressions/aggregation/CMakeLists.txt index 416c4c6..5744c52 100644 --- a/expressions/aggregation/CMakeLists.txt +++ b/expressions/aggregation/CMakeLists.txt @@ -266,7 +266,6 @@ target_link_libraries(quickstep_expressions_aggregation quickstep_expressions_aggregation_AggregationHandleMax quickstep_expressions_aggregation_AggregationHandleMin quickstep_expressions_aggregation_AggregationHandleSum - quickstep_expressions_aggregation_AggregationHandleUtil quickstep_expressions_aggregation_AggregationID) # Tests: