7
mirror of https://gitlab.com/kicad/code/kicad.git synced 2025-04-11 14:20:10 +00:00

Fix the pcbnew.py dependency causing the doxygen to fail

The doxygen-python target recreates pcbnew.py that got deleted by xml-to-docstrings
This commit is contained in:
Marek Roszko 2022-12-21 23:49:17 -05:00
parent caeb579174
commit 8bfec30761

View File

@ -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 )