From 60b73f3f625c12f686976cd7c37640b0c4d7ad2c Mon Sep 17 00:00:00 2001 From: Guilhem Saurel <guilhem.saurel@laas.fr> Date: Mon, 5 Sep 2022 11:17:42 +0200 Subject: [PATCH] export python dependency --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1f853ca..fbd0557 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -29,6 +29,7 @@ check_minimal_cxx_standard(14 ENFORCE) # Project dependencies set(PYTHON_COMPONENTS Interpreter Development NumPy) +set(PYTHON_EXPORT_DEPENDENCY ON) add_project_dependency(dynamic-graph 4.4.0 REQUIRED) add_project_dependency(eigenpy 2.7.10 REQUIRED) if(BUILD_TESTING) -- GitLab