Browse Source

Fix the pcbnew.py dependency causing the doxygen to fail

The doxygen-python target recreates pcbnew.py that got deleted by xml-to-docstrings
7.0
Marek Roszko 3 years ago
parent
commit
8bfec30761
  1. 1
      pcbnew/CMakeLists.txt

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

Loading…
Cancel
Save