You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@celix.apache.org by ab...@apache.org on 2013/10/03 11:03:08 UTC

svn commit: r1528760 - /incubator/celix/trunk/cmake/CodeCoverage.cmake

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)