Files
pkgsrc-ng/time/libgcal/patches/patch-CMakeLists.txt
2016-01-21 23:40:00 +01:00

19 lines
444 B
Plaintext

$NetBSD: patch-CMakeLists.txt,v 1.1 2014/04/21 18:14:53 joerg Exp $
--- CMakeLists.txt.orig 2014-04-20 18:45:19.000000000 +0000
+++ CMakeLists.txt
@@ -94,13 +94,6 @@ include_directories(
${LIBXML2_INCLUDE_DIR}
)
-# If we've found GCov then add the necessary profiling flags.
-if(GCOV)
- set(CMAKE_C_FLAGS
- "${CMAKE_C_FLAGS} -fprofile-arcs -ftest-coverage"
- )
-endif()
-
add_subdirectory(${GCAL_SOURCE_DIR})
if(ENABLE_TESTS)