diff options
author | Christophe Giboudeaux <cgiboudeaux@gmx.com> | 2014-10-03 22:53:30 +0200 |
---|---|---|
committer | Christophe Giboudeaux <cgiboudeaux@gmx.com> | 2014-10-03 22:53:30 +0200 |
commit | 9c58807a4a95273538304869c7081972272e796c (patch) | |
tree | 848fe0b1a7cc0517338b1962a2fe1407049be78a | |
parent | 12d477256d805a5a09b237e15033a5f591d5f0d0 (diff) | |
download | extra-cmake-modules-1.3.0-rc1.tar.gz extra-cmake-modules-1.3.0-rc1.tar.bz2 |
Typov1.3.0-rc1v1.3.0
GIT_SILENT
-rw-r--r-- | modules/ECMEnableSanitizers.cmake | 2 |
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> |