From 8bfec3076159116babb38718e9dd1f2883bd5d03 Mon Sep 17 00:00:00 2001 From: Marek Roszko Date: Wed, 21 Dec 2022 23:49:17 -0500 Subject: [PATCH] Fix the pcbnew.py dependency causing the doxygen to fail The doxygen-python target recreates pcbnew.py that got deleted by xml-to-docstrings --- pcbnew/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/pcbnew/CMakeLists.txt b/pcbnew/CMakeLists.txt index 91bf7dece8..c87590494d 100644 --- a/pcbnew/CMakeLists.txt +++ b/pcbnew/CMakeLists.txt @@ -523,7 +523,6 @@ 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 )