aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorChristophe Giboudeaux <cgiboudeaux@gmx.com>2014-10-03 22:53:30 +0200
committerChristophe Giboudeaux <cgiboudeaux@gmx.com>2014-10-03 22:53:30 +0200
commit9c58807a4a95273538304869c7081972272e796c (patch)
tree848fe0b1a7cc0517338b1962a2fe1407049be78a /modules
parent12d477256d805a5a09b237e15033a5f591d5f0d0 (diff)
downloadextra-cmake-modules-9c58807a4a95273538304869c7081972272e796c.tar.gz
extra-cmake-modules-9c58807a4a95273538304869c7081972272e796c.tar.bz2
GIT_SILENT
Diffstat (limited to 'modules')
-rw-r--r--modules/ECMEnableSanitizers.cmake2
1 files changed, 1 insertions, 1 deletions
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 <mathieu.tarral@gmail.com>