forked from espressif/esp-idf
cmake: partition_table: Fix generation of MD5 for partition table when using CMake
This commit is contained in:
@@ -14,7 +14,7 @@ else()
|
|||||||
set(final_partition_target "build_partition_table")
|
set(final_partition_target "build_partition_table")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(CONFIG_PARTITION_TABLE_MD5)
|
if(NOT CONFIG_PARTITION_TABLE_MD5)
|
||||||
set(md5_opt --disable-md5sum)
|
set(md5_opt --disable-md5sum)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user