From 953c67115e8139d5eebe285220a3d0cbca70fb47 Mon Sep 17 00:00:00 2001 From: DownerCase <119755054+DownerCase@users.noreply.github.com> Date: Mon, 4 Mar 2024 11:24:11 +0000 Subject: [PATCH] fix: Don't link to libpython (#1395) Cherry pick to: 5.12 5.13. --- lang/python/core/CMakeLists.txt | 1 - lang/python/ecalhdf5/CMakeLists.txt | 1 - 2 files changed, 2 deletions(-) diff --git a/lang/python/core/CMakeLists.txt b/lang/python/core/CMakeLists.txt index 7f63e0b171..6099c651d8 100644 --- a/lang/python/core/CMakeLists.txt +++ b/lang/python/core/CMakeLists.txt @@ -40,7 +40,6 @@ ecal_add_python_module(${PROJECT_NAME} SOURCES ${ecal_lang_py_src} PYTHON_CODE $ target_link_libraries(${PROJECT_NAME} PRIVATE - Python::Python eCAL::core eCAL::core_pb ) diff --git a/lang/python/ecalhdf5/CMakeLists.txt b/lang/python/ecalhdf5/CMakeLists.txt index 7ce0293660..48345a8930 100644 --- a/lang/python/ecalhdf5/CMakeLists.txt +++ b/lang/python/ecalhdf5/CMakeLists.txt @@ -41,7 +41,6 @@ ecal_add_python_module(${PROJECT_NAME} SOURCES ${ecal_lang_py_src} PYTHON_CODE $ target_link_libraries(${PROJECT_NAME} PRIVATE - Python::Python eCAL::hdf5 )