From 467dc6d06c666aa7c13cf38f1a8c255452f30606 Mon Sep 17 00:00:00 2001 From: "Hoppe, Mateusz" Date: Wed, 20 Feb 2019 03:19:02 +0100 Subject: [PATCH] Disable APPVERIFIER by default Change-Id: Ia77fb22676d5231a7b4350857b60e8370ac3cd69 --- CMakeLists.txt | 2 +- manifests/manifest.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6a79564fbf..dc72d27201 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -454,7 +454,7 @@ set(CMAKE_SKIP_RPATH YES CACHE BOOL "" FORCE ) set(CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} -D_DEBUG") -option(APPVERIFIER_ALLOWED "allow use of AppVerifier" TRUE) +option(APPVERIFIER_ALLOWED "allow use of AppVerifier" OFF) option(CCACHE_ALLOWED "allow use of ccache" TRUE) find_program(CCACHE_EXE_FOUND ccache) diff --git a/manifests/manifest.yml b/manifests/manifest.yml index ed474be14b..e34f80269a 100644 --- a/manifests/manifest.yml +++ b/manifests/manifest.yml @@ -17,7 +17,7 @@ components: branch: infra clean_on_sync: true dest_dir: infra - revision: 9373e34308fe8047d71316662d06fcb32589abcb + revision: 6bf3edbe9f0222b564fa9ad08c7def587ef83382 type: git internal: branch: master