mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 01:29:21 -04:00
Merge branch 'bugfix/partition_cmake_md5' into 'master'
cmake: fix partition_table cmake when using md5 checksum See merge request espressif/esp-idf!5399
This commit is contained in:
commit
83dbf9d6d6
@ -16,7 +16,7 @@ else()
|
||||
set(final_partition_target "build_partition_table")
|
||||
endif()
|
||||
|
||||
if(CONFIG_PARTITION_TABLE_MD5)
|
||||
if(NOT CONFIG_PARTITION_TABLE_MD5)
|
||||
set(md5_opt --disable-md5sum)
|
||||
endif()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user