From a9c2498d5c1a6d27b100e04fb5ec0689b871547e Mon Sep 17 00:00:00 2001
From: Victor Poughon <victor.poughon@cnes.fr>
Date: Fri, 26 Apr 2019 10:54:41 +0200
Subject: [PATCH] BUG: fix missing file after merge conflict

---
 Modules/Radiometry/Indices/test/CMakeLists.txt | 1 -
 1 file changed, 1 deletion(-)

diff --git a/Modules/Radiometry/Indices/test/CMakeLists.txt b/Modules/Radiometry/Indices/test/CMakeLists.txt
index ce71ea18ad..1424624291 100644
--- a/Modules/Radiometry/Indices/test/CMakeLists.txt
+++ b/Modules/Radiometry/Indices/test/CMakeLists.txt
@@ -23,7 +23,6 @@ otb_module_test()
 set(OTBIndicesTests
 otbIndicesTestDriver.cxx
 otbRadiometricIndicesTest.cxx
-otbNDVIDataNodeFeatureFunction.cxx
 otbLandsatTMIndexNDSITest.cxx
 otbLandsatTMIndexBIOTest.cxx
 otbLandsatTMIndexMIR2Test.cxx
-- 
GitLab