summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJack Byrne <jack@livio.io>2015-08-06 11:07:17 -0400
committerJack Byrne <jack@livio.io>2015-08-06 11:07:17 -0400
commit95fd0a067a15bdfd48645c2ede2d86728120925c (patch)
tree985ffcb8d803593aa287aaca2d7ee6e5249f1a29
parentc0efeacf58df026f78419bc85cb27976f0e9aee7 (diff)
downloadsdl_core-hotfix/issue#166.tar.gz
Changed Default Back for HMI Policy Decryption Flag to ON.hotfix/issue#166
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index ffea5a2c3f..b5cf7d1186 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -48,7 +48,7 @@ option(ENABLE_LOG "Logging feature" ON)
option(ENABLE_GCOV "gcov code coverage feature" OFF)
option(ENABLE_SANITIZE "Sanitize tool" OFF)
option(ENABLE_SECURITY "Security Ford protocol protection" ON)
-option(ENABLE_HMI_PTU_DECRYPTION "Policy table update parsed by hmi" OFF)
+option(ENABLE_HMI_PTU_DECRYPTION "Policy table update parsed by hmi" ON)
set(OS_TYPE_OPTION "$ENV{OS_TYPE}")
set(DEBUG_OPTION "$ENV{DEBUG}")