Return-Path: X-Original-To: apmail-incubator-celix-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-celix-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B398D100B6 for ; Thu, 3 Oct 2013 09:03:41 +0000 (UTC) Received: (qmail 99990 invoked by uid 500); 3 Oct 2013 09:03:40 -0000 Delivered-To: apmail-incubator-celix-commits-archive@incubator.apache.org Received: (qmail 99973 invoked by uid 500); 3 Oct 2013 09:03:36 -0000 Mailing-List: contact celix-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: celix-dev@incubator.apache.org Delivered-To: mailing list celix-commits@incubator.apache.org Received: (qmail 99953 invoked by uid 99); 3 Oct 2013 09:03:33 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Oct 2013 09:03:33 +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; Thu, 03 Oct 2013 09:03:28 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 8F8C12388831; Thu, 3 Oct 2013 09:03:08 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1528760 - /incubator/celix/trunk/cmake/CodeCoverage.cmake Date: Thu, 03 Oct 2013 09:03:08 -0000 To: celix-commits@incubator.apache.org From: abroekhuis@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20131003090308.8F8C12388831@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: abroekhuis Date: Thu Oct 3 09:03:08 2013 New Revision: 1528760 URL: http://svn.apache.org/r1528760 Log: CELIX-55: Updated coverage to work on Mac Modified: incubator/celix/trunk/cmake/CodeCoverage.cmake Modified: incubator/celix/trunk/cmake/CodeCoverage.cmake URL: http://svn.apache.org/viewvc/incubator/celix/trunk/cmake/CodeCoverage.cmake?rev=1528760&r1=1528759&r2=1528760&view=diff ============================================================================== --- incubator/celix/trunk/cmake/CodeCoverage.cmake (original) +++ incubator/celix/trunk/cmake/CodeCoverage.cmake Thu Oct 3 09:03:08 2013 @@ -31,7 +31,7 @@ ENDIF() # NOT CMAKE_BUILD_TYPE STREQUAL # Setup compiler options -ADD_DEFINITIONS(-fprofile-arcs -ftest-coverage) +ADD_DEFINITIONS(-fprofile_rt) LINK_LIBRARIES(profile_rt)