Badger2040: Fix builtin module depends typo.

This commit is contained in:
Phil Howard 2022-03-25 00:09:14 +00:00
parent ba5cffdb0d
commit 3c3a5683d9
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ function (copy_module TARGET SRC DST)
COMMAND
cp ${SRC} ${CMAKE_CURRENT_BINARY_DIR}/../modules/${DST}.py
DEPENDS ${src}
DEPENDS ${SRC}
)
target_sources(${TARGET} INTERFACE ${CMAKE_CURRENT_BINARY_DIR}/../modules/${DST}.py)