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:
parent
caeb579174
commit
8bfec30761
|
@ -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 )
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue