1 diff --git a/CMakeLists.txt b/CMakeLists.txt
2 index 170ce7a..063a137 100644
5 @@ -332,11 +332,6 @@ else()
7 message(FATAL_ERROR "Unable to locate lsblk (used for disk enumeration)")
10 - execute_process(COMMAND "${LSBLK}" "--json" OUTPUT_QUIET RESULT_VARIABLE ret)
12 - message(FATAL_ERROR "util-linux package too old. lsblk does not support --json (used for disk enumeration)")