From b0965f32aa24ecbcfe0c3ac5e984215a361883fb Mon Sep 17 00:00:00 2001 From: Thorsten Hater <24411438+thorstenhater@users.noreply.github.com> Date: Tue, 22 Oct 2024 11:37:03 +0200 Subject: [PATCH] CAPITALISATION --- python/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/CMakeLists.txt b/python/CMakeLists.txt index c669d3054..bbb356d57 100644 --- a/python/CMakeLists.txt +++ b/python/CMakeLists.txt @@ -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