diff --git a/Examples/options/tut_analysis_TotalInvMass.py b/Examples/options/tut_analysis_TotalInvMass.py
index eb7faebb30a6907790371ff4677735c2ece03b11..3698df526fc1d638dc50ab2e42672e31424a59a3 100644
--- a/Examples/options/tut_analysis_TotalInvMass.py
+++ b/Examples/options/tut_analysis_TotalInvMass.py
@@ -6,8 +6,8 @@ from Configurables import k4DataSvc
 dsvc = k4DataSvc("EventDataSvc")
 
 # read LCIO files
-from Configurables import k4LCIOInput
-lcioinput = k4LCIOInput("k4LCIOInput")
+from Configurables import LCIOInput
+lcioinput = LCIOInput("LCIOInput")
 
 import glob
 
diff --git a/cmake/CEPCSWConfig.cmake b/cmake/CEPCSWConfig.cmake
index 4f9445ac3683765653b333811ce5ca8803cec5c6..c008c2f82eae85e547b939a54d87cb190073bdfa 100644
--- a/cmake/CEPCSWConfig.cmake
+++ b/cmake/CEPCSWConfig.cmake
@@ -2,6 +2,7 @@ include(CMakeFindDependencyMacro)
 find_dependency(podio REQUIRED)
 find_dependency(Gaudi REQUIRED)
 find_dependency(k4FWCore REQUIRED)
+find_dependency(k4LCIOReader REQUIRED)
 find_dependency(EDM4HEP REQUIRED)
 find_dependency(ROOT REQUIRED)