From 5517532c907caf21fc2e53e41eb9e4fc0e0e28ae Mon Sep 17 00:00:00 2001 From: jgoppert Date: Thu, 5 Nov 2015 13:37:14 -0500 Subject: [PATCH] Fixed coveralls build. --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6ea868538e..8e63caf230 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -41,6 +41,7 @@ set(CMAKE_CXX_FLAGS ) if (COVERAGE) + set(COVERALLS ON) list(APPEND CMAKE_CXX_FLAGS -fno-inline -fno-inline-small-functions