Skip to content
Snippets Groups Projects
Verified Commit 66b809e6 authored by Justin Carpentier's avatar Justin Carpentier
Browse files

cmake: fix missing include for build_python macro

parent c85360a3
No related branches found
No related tags found
No related merge requests found
Pipeline #28411 passed with warnings
# #
# Copyright (c) 2014-2021 CNRS INRIA # Copyright (c) 2014-2023 CNRS INRIA
# #
# --- LIBRARY --- # # --- LIBRARY --- #
...@@ -9,6 +9,7 @@ set(PYWRAP ...@@ -9,6 +9,7 @@ set(PYWRAP
PARENT_SCOPE) PARENT_SCOPE)
make_directory("${${PROJECT_NAME}_BINARY_DIR}/python/${PROJECT_NAME}") make_directory("${${PROJECT_NAME}_BINARY_DIR}/python/${PROJECT_NAME}")
include(${JRL_CMAKE_MODULES}/python-helpers.cmake)
include("${JRL_CMAKE_MODULES}/stubs.cmake") include("${JRL_CMAKE_MODULES}/stubs.cmake")
add_custom_target(python) add_custom_target(python)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment