Skip to content

Commit

Permalink
CAPITALISATION
Browse files Browse the repository at this point in the history
  • Loading branch information
thorstenhater committed Oct 22, 2024
1 parent fec405f commit b0965f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ endif()

# generate type stubs and copy them to the expected places
if(ARB_BUILD_PYTHON_STUBS)
find_program(pb11_stubgen NAMES pybind11-stubgen REQUIRED)
find_program(PB11_STUBGEN NAMES pybind11-stubgen REQUIRED)
add_custom_command(TARGET pyarb POST_BUILD
COMMAND
PYTHONPATH=${CMAKE_BINARY_DIR}/python:$ENV{PYTHONPATH} ${PB11_STUBGEN} -o ${CMAKE_BINARY_DIR}/stubs arbor
Expand Down

0 comments on commit b0965f3

Please sign in to comment.