From 66b809e669d79a60dc08713b765a1c37e59d9a6b Mon Sep 17 00:00:00 2001
From: Justin Carpentier <justin.carpentier@inria.fr>
Date: Wed, 31 May 2023 16:17:54 +0200
Subject: [PATCH] cmake: fix missing include for build_python macro

---
 python/CMakeLists.txt | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/python/CMakeLists.txt b/python/CMakeLists.txt
index 380cf67c..ba135631 100644
--- a/python/CMakeLists.txt
+++ b/python/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2014-2021 CNRS INRIA
+# Copyright (c) 2014-2023 CNRS INRIA
 #
 
 # --- LIBRARY --- #
@@ -9,6 +9,7 @@ set(PYWRAP
     PARENT_SCOPE)
 
 make_directory("${${PROJECT_NAME}_BINARY_DIR}/python/${PROJECT_NAME}")
+include(${JRL_CMAKE_MODULES}/python-helpers.cmake)
 include("${JRL_CMAKE_MODULES}/stubs.cmake")
 
 add_custom_target(python)
-- 
GitLab