Skip to content

Commit 66b809e

Browse files
committed
cmake: fix missing include for build_python macro
1 parent c85360a commit 66b809e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

python/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2014-2021 CNRS INRIA
2+
# Copyright (c) 2014-2023 CNRS INRIA
33
#
44

55
# --- LIBRARY --- #
@@ -9,6 +9,7 @@ set(PYWRAP
99
PARENT_SCOPE)
1010

1111
make_directory("${${PROJECT_NAME}_BINARY_DIR}/python/${PROJECT_NAME}")
12+
include(${JRL_CMAKE_MODULES}/python-helpers.cmake)
1213
include("${JRL_CMAKE_MODULES}/stubs.cmake")
1314

1415
add_custom_target(python)

0 commit comments

Comments
 (0)