Explorar o código

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

Angus Gratton %!s(int64=4) %!d(string=hai) anos
pai
achega
e2d6ce553d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      components/partition_table/CMakeLists.txt

+ 1 - 1
components/partition_table/CMakeLists.txt

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