From ed943ea039fc5c9361603d054efdcc3a1200f81b Mon Sep 17 00:00:00 2001
From: Pietro Incardona <incardon@mpi-cbg.de>
Date: Thu, 15 Oct 2020 13:41:44 +0200
Subject: [PATCH] Fixing misspelled file

---
 src/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 1f9e9bd..a88a096 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -108,7 +108,7 @@ install(FILES HDF5_wr/HDF5_wr.hpp
 install(FILES RawReader/InitGridWithPixel.hpp
 	DESTINATION openfpm/io/include/RawReader/)
 
-install(FILES util/PathAndFiles.hpp
+install(FILES util/PathsAndFiles.hpp
 	DESTINATION openfpm_io/include/util)
 
 install(FILES Plot/GoogleChart.hpp Plot/util.hpp
-- 
GitLab