Return-Path: X-Original-To: apmail-qpid-commits-archive@www.apache.org Delivered-To: apmail-qpid-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 D5E9610569 for ; Tue, 22 Oct 2013 20:53:48 +0000 (UTC) Received: (qmail 26449 invoked by uid 500); 22 Oct 2013 20:53:35 -0000 Delivered-To: apmail-qpid-commits-archive@qpid.apache.org Received: (qmail 26347 invoked by uid 500); 22 Oct 2013 20:53:27 -0000 Mailing-List: contact commits-help@qpid.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@qpid.apache.org Delivered-To: mailing list commits@qpid.apache.org Received: (qmail 26330 invoked by uid 99); 22 Oct 2013 20:53:24 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Oct 2013 20:53:24 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Oct 2013 20:53:23 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 949D323889ED; Tue, 22 Oct 2013 20:53:03 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1534781 - /qpid/trunk/qpid/cpp/src/CMakeLists.txt Date: Tue, 22 Oct 2013 20:53:03 -0000 To: commits@qpid.apache.org From: astitcher@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20131022205303.949D323889ED@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: astitcher Date: Tue Oct 22 20:53:03 2013 New Revision: 1534781 URL: http://svn.apache.org/r1534781 Log: QPID-4984: Make C++ tree build again Modified: qpid/trunk/qpid/cpp/src/CMakeLists.txt Modified: qpid/trunk/qpid/cpp/src/CMakeLists.txt URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/src/CMakeLists.txt?rev=1534781&r1=1534780&r2=1534781&view=diff ============================================================================== --- qpid/trunk/qpid/cpp/src/CMakeLists.txt (original) +++ qpid/trunk/qpid/cpp/src/CMakeLists.txt Tue Oct 22 20:53:03 2013 @@ -1521,7 +1521,6 @@ configure_file(${CMAKE_CURRENT_SOURCE_DI add_subdirectory(qpid/store) add_subdirectory(tests) add_subdirectory(tests/legacystore) -add_subdirectory(tests/linearstore) # Support for pkg-config --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org For additional commands, e-mail: commits-help@qpid.apache.org