From 05fbeee56e7d25373148fb2e5cec59693a7cd41b Mon Sep 17 00:00:00 2001 From: tmadlener Date: Thu, 12 Oct 2023 08:54:55 +0200 Subject: [PATCH] Remove no longer existing files from being installed --- python/CMakeLists.txt | 2 +- src/CMakeLists.txt | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/python/CMakeLists.txt b/python/CMakeLists.txt index 5952f8959..55228accd 100644 --- a/python/CMakeLists.txt +++ b/python/CMakeLists.txt @@ -4,7 +4,7 @@ SET(podio_PYTHON_INSTALLDIR ${podio_PYTHON_INSTALLDIR} PARENT_SCOPE) set(to_install podio_class_generator.py podio_schema_evolution.py - EventStore.py) + ) install(FILES ${to_install} DESTINATION ${podio_PYTHON_INSTALLDIR}) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 0f3b4e8e6..c24cf31f1 100755 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -150,8 +150,6 @@ install(FILES ${CMAKE_CURRENT_BINARY_DIR}/libpodioDict_rdict.pcm ${CMAKE_CURRENT_BINARY_DIR}/podioRootIODictDict.rootmap ${CMAKE_CURRENT_BINARY_DIR}/libpodioRootIODict_rdict.pcm - ${CMAKE_CURRENT_BINARY_DIR}/podioPythonStoreDictDict.rootmap - ${CMAKE_CURRENT_BINARY_DIR}/libpodioPythonStoreDict_rdict.pcm DESTINATION "${CMAKE_INSTALL_LIBDIR}") if (ENABLE_SIO)