From 7836876930b1668c9de2872a0868e4b96cd009ef Mon Sep 17 00:00:00 2001 From: Corentin Le Molgat Date: Mon, 27 Nov 2023 00:34:07 -0800 Subject: [PATCH] cmake(python): add stubgen path message --- cmake/python.cmake | 1 + 1 file changed, 1 insertion(+) diff --git a/cmake/python.cmake b/cmake/python.cmake index d4bf592080..79aca5989f 100644 --- a/cmake/python.cmake +++ b/cmake/python.cmake @@ -391,6 +391,7 @@ find_program( NAMES stubgen stubgen.exe REQUIRED ) +message(STATUS "Python: stubgen: ${stubgen_EXECUTABLE}") add_custom_command( OUTPUT python/stub_timestamp