From 9c58807a4a95273538304869c7081972272e796c Mon Sep 17 00:00:00 2001 From: Christophe Giboudeaux Date: Fri, 3 Oct 2014 22:53:30 +0200 Subject: Typo GIT_SILENT --- modules/ECMEnableSanitizers.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/ECMEnableSanitizers.cmake') diff --git a/modules/ECMEnableSanitizers.cmake b/modules/ECMEnableSanitizers.cmake index d1de532e..a0df80e2 100644 --- a/modules/ECMEnableSanitizers.cmake +++ b/modules/ECMEnableSanitizers.cmake @@ -59,7 +59,7 @@ # cmake -DECM_ENABLE_SANITIZERS='address;leak;undefined' .. # # => Most of the sanitizers will require Clang. To enable it, use : -# -DCMAKE_CXX_COMPILR=clang++ +# -DCMAKE_CXX_COMPILER=clang++ # #============================================================================= # Copyright 2014 Mathieu Tarral -- cgit v1.2.1