From 7dd352f0d19ac6eb11bf602bf4cbae44dba06357 Mon Sep 17 00:00:00 2001 From: Emanuele Danovaro Date: Fri, 5 Apr 2024 12:41:48 +0200 Subject: [PATCH] fix case sensitive filename --- src/fdb5/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fdb5/CMakeLists.txt b/src/fdb5/CMakeLists.txt index 525cf8837..147439afd 100644 --- a/src/fdb5/CMakeLists.txt +++ b/src/fdb5/CMakeLists.txt @@ -32,7 +32,7 @@ list( APPEND fdb5_srcs api/SelectFDB.h api/helpers/APIIterator.h - api/helpers/Axesiterator.cc + api/helpers/AxesIterator.cc api/helpers/AxesIterator.h api/helpers/ControlIterator.cc api/helpers/ControlIterator.h