From bb3f826e699deb68c68d12a605f00000fecf8fcc Mon Sep 17 00:00:00 2001 From: Axel Huebl Date: Wed, 11 Apr 2018 12:56:54 +0000 Subject: [PATCH] Fix missing quote --- chapters/features/modules.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapters/features/modules.md b/chapters/features/modules.md index 74b3fde..ce2587e 100644 --- a/chapters/features/modules.md +++ b/chapters/features/modules.md @@ -66,7 +66,7 @@ write_compiler_detection_header( This supports compiler features (defined to 0 or 1), symbols (defined to empty or the symbol), and macros that support different names. They will be prefixed with the PREFIX you provide. You can separate compilers into different -files using `OUTPUT_FILES_DIR +files using `OUTPUT_FILES_DIR`. The downside is that you do have to list the compilers you expect to support. If you use the `ALLOW_UNKNOWN_COMPILERS` flag(s), you can keep this from erroring on unknown compilers, but it will still leave all features empty.