aboutsummaryrefslogtreecommitdiff
path: root/cmake/README.md
diff options
context:
space:
mode:
authorh.udo <hudokkow@gmail.com>2018-06-08 12:40:05 +0100
committerh.udo <hudokkow@gmail.com>2018-06-12 13:06:20 +0100
commit9adde6e8f705a2af36b46549f6a8ab9ce3db4b36 (patch)
treeba21d382ff9086f844d600862fe1deef934d7b91 /cmake/README.md
parent43f20a4a0beff9101aba211cdce96d01d95dd0df (diff)
[cmake] nuke whitespace
Diffstat (limited to 'cmake/README.md')
-rw-r--r--cmake/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmake/README.md b/cmake/README.md
index c1b953f2ed..b7d95874b2 100644
--- a/cmake/README.md
+++ b/cmake/README.md
@@ -295,10 +295,10 @@ for addon development and detailed documentation about the addon build system.
Clang and GCC support different kinds of Sanitizers. To enable a Sanitizer call CMake with the
option `-DECM_ENABLE_SANITIZERS=’san1;san2;...'`. For more information about enabling the
-Sanitizers read the documentation in
+Sanitizers read the documentation in
[modules/extra/ECMEnableSanitizers.cmake](https://github.com/xbmc/xbmc/tree/master/cmake/modules/extra/ECMEnableSanitizers.cmake).
-It is also recommended to read the sections about the Sanitizers in the [Clang
+It is also recommended to read the sections about the Sanitizers in the [Clang
documentation](http://clang.llvm.org/docs/).
## Debugging the build