From e3858294d49936b121959e04b86bc690907bc405 Mon Sep 17 00:00:00 2001 From: Ian McInerney Date: Wed, 15 Feb 2023 12:06:05 +0000 Subject: [PATCH] Fix option description for ASAN and TSAN options --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d21520e581..0f3d7c181b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -95,12 +95,12 @@ option( KICAD_I18N_UNIX_STRICT_PATH # Not supported by all platforms (for instance mingw) option( KICAD_SANITIZE_ADDRESS - "Build KiCad with sanitizer options. WARNING: Not compatible with gold linker" + "Build KiCad with address sanitizer options. WARNING: Not compatible with gold linker" OFF ) # Not supported by all platforms (for instance mingw) option( KICAD_SANITIZE_THREADS - "Build KiCad with sanitizer options. WARNING: Not compatible with gold linker" + "Build KiCad with thread sanitizer options. WARNING: Not compatible with gold linker" OFF ) option( KICAD_SIGNAL_INTEGRITY