Skip to content

Commit

Permalink
fix: Don't link to libpython (#1395)
Browse files Browse the repository at this point in the history
Cherry pick to:
5.12
5.13.
  • Loading branch information
DownerCase authored Mar 4, 2024
1 parent 2c70aa7 commit 953c671
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion lang/python/core/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
)
Expand Down
1 change: 0 additions & 1 deletion lang/python/ecalhdf5/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
)

Expand Down

0 comments on commit 953c671

Please sign in to comment.