From 95fd0a067a15bdfd48645c2ede2d86728120925c Mon Sep 17 00:00:00 2001 From: Jack Byrne Date: Thu, 6 Aug 2015 11:07:17 -0400 Subject: Changed Default Back for HMI Policy Decryption Flag to ON. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}") -- cgit v1.2.1