From 83cd5158175300769dbbb5ef55d371a5edb837c1 Mon Sep 17 00:00:00 2001 From: Wu Jian Gang Date: Fri, 28 Jun 2019 15:16:52 +0800 Subject: [PATCH] cmake: fix partition_table cmake when using md5 checksum --- components/partition_table/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/partition_table/CMakeLists.txt b/components/partition_table/CMakeLists.txt index 233e03d77c..5faf551910 100644 --- a/components/partition_table/CMakeLists.txt +++ b/components/partition_table/CMakeLists.txt @@ -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()