mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
cmake: partition_table: Fix generation of MD5 for partition table when using CMake
This commit is contained in:
parent
cce139e5bd
commit
e2d6ce553d
@ -14,7 +14,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…
Reference in New Issue
Block a user