cmake: partition_table: Fix generation of MD5 for partition table when using CMake

This commit is contained in:
Angus Gratton 2021-06-07 17:59:12 +10:00
parent cce139e5bd
commit e2d6ce553d

View File

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