mirror of
https://github.com/candle-usb/candleLight_fw.git
synced 2025-01-14 05:42:53 +08:00
forgot to commit cmake/FindDFUSuffix.cmake
This commit is contained in:
parent
3d52db0a97
commit
3e556d9046
9
cmake/FindDFUSuffix.cmake
Normal file
9
cmake/FindDFUSuffix.cmake
Normal file
@ -0,0 +1,9 @@
|
||||
# find and set DFU_SUFFIX_EXECUTABLE
|
||||
|
||||
find_program ( DFU_SUFFIX_EXECUTABLE
|
||||
NAMES dfu-suffix
|
||||
DOC "dfu-suffix executable"
|
||||
)
|
||||
|
||||
mark_as_advanced ( DFU_SUFFIX_EXECUTABLE )
|
||||
|
Loading…
x
Reference in New Issue
Block a user