cmake: cleanup
diff --git a/CMakeLists.txt b/CMakeLists.txt
index cd70472..f6512d8 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -5,8 +5,9 @@
 set(VERSION_MINOR 1)
 set(VERSION_PATCH 2)
 
-option(BUILD_DIET "Build diet library" OFF)
 option(BUILD_STATIC "Build static library" ON)
+
+option(BUILD_DIET "Build diet library" OFF)
 option(BUILD_TESTS "Build tests" ON)
 option(USE_DEFAULT_ALLOC "Use default memory allocation functions" ON)
 option(ARM_SUPPORT "ARM support" ON)