From 187115a9e6d26c1b4f51248ce0e2efbc78912ecc Mon Sep 17 00:00:00 2001 From: Leon Styhre Date: Sat, 13 Nov 2021 13:30:17 +0100 Subject: [PATCH] Miniscule change to the CMake configuration file. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 158a1aaf3..90459a2ea 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -36,7 +36,7 @@ option(CEC "Set to ON to enable CEC" ${CEC}) option(VIDEO_HW_DECODING "Set to ON to enable FFmpeg HW decoding" ${VIDEO_HW_DECODING}) option(VLC_PLAYER "Set to ON to build the VLC-based video player" ${VLC_PLAYER}) option(CLANG_TIDY "Set to ON to build using the clang-tidy static analyzer" ${CLANG_TIDY}) -option(ASAN "Set to ON to build using AddressSanitizer" ${ASAN}) +option(ASAN "Set to ON to build with AddressSanitizer" ${ASAN}) if(CLANG_TIDY) find_program(CLANG_TIDY_BINARY NAMES clang-tidy)