Disable APPVERIFIER by default

Change-Id: Ia77fb22676d5231a7b4350857b60e8370ac3cd69
This commit is contained in:
Hoppe, Mateusz
2019-02-20 03:19:02 +01:00
committed by sys_ocldev
parent 45a0ceecfb
commit 467dc6d06c
2 changed files with 2 additions and 2 deletions

View File

@@ -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)

View File

@@ -17,7 +17,7 @@ components:
branch: infra
clean_on_sync: true
dest_dir: infra
revision: 9373e34308fe8047d71316662d06fcb32589abcb
revision: 6bf3edbe9f0222b564fa9ad08c7def587ef83382
type: git
internal:
branch: master