From e152cf0a92872c14e82bb97a75c05ee14b19d51c Mon Sep 17 00:00:00 2001 From: Marek Roszko Date: Thu, 22 Dec 2022 21:35:06 -0500 Subject: [PATCH] Undo one doxygen-python build change, remains broken --- pcbnew/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/pcbnew/CMakeLists.txt b/pcbnew/CMakeLists.txt index c87590494d..91bf7dece8 100644 --- a/pcbnew/CMakeLists.txt +++ b/pcbnew/CMakeLists.txt @@ -523,6 +523,7 @@ if( DOXYGEN_FOUND ) # The sources to give to the Python Doxygen target set( DOXYGEN_PYTHON_SOURCES + ${CMAKE_CURRENT_BINARY_DIR}/pcbnew.py ${CMAKE_CURRENT_SOURCE_DIR}/python/plugins/FootprintWizardBase.py ${CMAKE_CURRENT_SOURCE_DIR}/python/plugins/PadArray.py )