Fixing typo in option disabling CPU sensors
Signed-off-by: Zbigniew Kurzynski <zbigniew.kurzynski@intel.com>
Change-Id: Id54e75ce2fc42881cae38636474c2e5d54c7dbdd
diff --git a/CMakeLists.txt b/CMakeLists.txt
index f9d6d31..c3c5197 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -37,7 +37,7 @@
option (HUNTER_ENABLED "Enable hunter package pulling" OFF)
option (DISABLE_ADC "Disable installing ADC sensor" OFF)
-option (DISBALE_CPU "Disable installing CPU sensor" OFF)
+option (DISABLE_CPU "Disable installing CPU sensor" OFF)
option (DISABLE_EXIT_AIR "Disable installing Exit Air Temp sensor" OFF)
option (DISABLE_FAN "Disable installing fan sensor" OFF)
option (DISABLE_HWMON_TEMP "Disable installing hwmon temp sensor" OFF)