19 lines
444 B
Plaintext
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)
|