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:
Angus Gratton 2019-11-08 18:51:59 +08:00
commit 83dbf9d6d6

View File

@ -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()