From 628b99f16690659dd6eeb6f9cac61afa2d295fa5 Mon Sep 17 00:00:00 2001 From: cmoineau <cyril.moineau@cea.fr> Date: Wed, 15 May 2024 11:33:22 +0000 Subject: [PATCH] Remove Python interpreter link. --- aidge_core/aidge_export_aidge/static/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/aidge_core/aidge_export_aidge/static/CMakeLists.txt b/aidge_core/aidge_export_aidge/static/CMakeLists.txt index 272d367d8..0534a8ba5 100644 --- a/aidge_core/aidge_export_aidge/static/CMakeLists.txt +++ b/aidge_core/aidge_export_aidge/static/CMakeLists.txt @@ -79,8 +79,6 @@ if (PYBIND) target_link_libraries(${module_name} PUBLIC pybind11::pybind11 - PRIVATE - Python::Python ) endif() -- GitLab