From ae840b888000a18b2d9be391c998f191cdf5fa9f Mon Sep 17 00:00:00 2001 From: Daniel Nachbaur Date: Wed, 9 Apr 2014 16:53:50 +0200 Subject: [PATCH] Fix failing include --- CommonCTest.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CommonCTest.cmake b/CommonCTest.cmake index 168b3f3..68d60c6 100644 --- a/CommonCTest.cmake +++ b/CommonCTest.cmake @@ -2,7 +2,7 @@ # 2010-2014, Stefan Eilemann # 2014, Juan Hernando -include(CommonCPPCTest.cmake) +include(CommonCPPCTest) if(COVERAGE) coverage_report(run_cpp_tests)