From a7b6f0ea9d91372ec1b43c7575290162ef8f9947 Mon Sep 17 00:00:00 2001 From: Magne Sjaastad Date: Mon, 9 Jul 2018 13:37:11 +0200 Subject: [PATCH] Cotire : Exclude RiaSCurveCalculator (remove double . ) --- ApplicationCode/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ApplicationCode/CMakeLists.txt b/ApplicationCode/CMakeLists.txt index bef3d752b8..33ca402f14 100644 --- a/ApplicationCode/CMakeLists.txt +++ b/ApplicationCode/CMakeLists.txt @@ -349,7 +349,7 @@ if(RESINSIGHT_ENABLE_COTIRE) ReservoirDataModel/RigCellGeometryTools.cpp # exclude file using SolveSpace - Application/Tools/RiaSCurveCalculator..cpp + Application/Tools/RiaSCurveCalculator.cpp # exclude test files due to cotire redefinition error report UnitTests/RifCaseRealizationParametersReader-Test.cpp