From 0470ee96b1268d5565905581fc137ea33cd0c906 Mon Sep 17 00:00:00 2001 From: "Joachim Wuttke (l)" Date: Mon, 12 Nov 2018 22:33:11 +0100 Subject: Help: Remove duplication of function name. --- Modules/WriteCompilerDetectionHeader.cmake | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/Modules/WriteCompilerDetectionHeader.cmake b/Modules/WriteCompilerDetectionHeader.cmake index a556567955..21ccd7ca85 100644 --- a/Modules/WriteCompilerDetectionHeader.cmake +++ b/Modules/WriteCompilerDetectionHeader.cmake @@ -7,9 +7,8 @@ WriteCompilerDetectionHeader This module provides the function write_compiler_detection_header(). -The ``WRITE_COMPILER_DETECTION_HEADER`` function can be used to generate -a file suitable for preprocessor inclusion which contains macros to be -used in source code:: +This function can be used to generate a file suitable for preprocessor +inclusion which contains macros to be used in source code:: write_compiler_detection_header( FILE @@ -25,8 +24,8 @@ used in source code:: [ALLOW_UNKNOWN_COMPILER_VERSIONS] ) -The ``write_compiler_detection_header`` function generates the -file ```` with macros which all have the prefix ````. +This generates the file ```` with macros which all have the prefix +````. By default, all content is written directly to the ````. The ``OUTPUT_FILES_VAR`` may be specified to cause the compiler-specific -- cgit v1.2.1