summaryrefslogtreecommitdiff
path: root/cmake/GCoveralls.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/GCoveralls.cmake')
-rw-r--r--cmake/GCoveralls.cmake11
1 files changed, 0 insertions, 11 deletions
diff --git a/cmake/GCoveralls.cmake b/cmake/GCoveralls.cmake
deleted file mode 100644
index 7ffb7ba..0000000
--- a/cmake/GCoveralls.cmake
+++ /dev/null
@@ -1,11 +0,0 @@
-if(__GCOVERALLS_CMAKE__)
- return()
-endif()
-set(__GCOVERALLS_CMAKE__ TRUE)
-
-
-set(GCOVERALLS_LIST_DIR ${CMAKE_CURRENT_LIST_DIR})
-
-function(enable_gcoveralls)
- configure_file(${GCOVERALLS_LIST_DIR}/coveralls-upload.in ${CMAKE_BINARY_DIR}/coveralls-upload @ONLY)
-endfunction()