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
1 changed files with 0 additions and 1 deletions

View File

@ -523,7 +523,6 @@ if( DOXYGEN_FOUND )
# The sources to give to the Python Doxygen target # The sources to give to the Python Doxygen target
set( DOXYGEN_PYTHON_SOURCES set( DOXYGEN_PYTHON_SOURCES
${CMAKE_CURRENT_BINARY_DIR}/pcbnew.py
${CMAKE_CURRENT_SOURCE_DIR}/python/plugins/FootprintWizardBase.py ${CMAKE_CURRENT_SOURCE_DIR}/python/plugins/FootprintWizardBase.py
${CMAKE_CURRENT_SOURCE_DIR}/python/plugins/PadArray.py ) ${CMAKE_CURRENT_SOURCE_DIR}/python/plugins/PadArray.py )