diff options
author | Brad King <brad.king@kitware.com> | 2014-05-14 17:58:30 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2014-05-14 17:58:30 (GMT) |
commit | 2e347eb1837d85c0323b51322f267e69a7bd680f (patch) | |
tree | 82b82c16576477776c5cbe812a2f0f527d20af2e /Help | |
parent | 605eba8439fbad4baff7bee225674b207e9238b4 (diff) | |
parent | 62a4a67dc54f3b796cd2735b230a863815d932b2 (diff) | |
download | CMake-2e347eb1837d85c0323b51322f267e69a7bd680f.zip CMake-2e347eb1837d85c0323b51322f267e69a7bd680f.tar.gz CMake-2e347eb1837d85c0323b51322f267e69a7bd680f.tar.bz2 |
Merge topic 'WriteCompilerDetectionHeader-module'
62a4a67d Add the WriteCompilerDetectionHeader module.
Diffstat (limited to 'Help')
-rw-r--r-- | Help/manual/cmake-modules.7.rst | 1 | ||||
-rw-r--r-- | Help/module/WriteCompilerDetectionHeader.rst | 1 | ||||
-rw-r--r-- | Help/release/dev/module-WriteCompilerDetectionHeader.rst | 5 |
3 files changed, 7 insertions, 0 deletions
diff --git a/Help/manual/cmake-modules.7.rst b/Help/manual/cmake-modules.7.rst index 2bbe622..ecc9cc4 100644 --- a/Help/manual/cmake-modules.7.rst +++ b/Help/manual/cmake-modules.7.rst @@ -232,3 +232,4 @@ All Modules /module/UsewxWidgets /module/Use_wxWindows /module/WriteBasicConfigVersionFile + /module/WriteCompilerDetectionHeader diff --git a/Help/module/WriteCompilerDetectionHeader.rst b/Help/module/WriteCompilerDetectionHeader.rst new file mode 100644 index 0000000..4c81b48 --- /dev/null +++ b/Help/module/WriteCompilerDetectionHeader.rst @@ -0,0 +1 @@ +.. cmake-module:: ../../Modules/WriteCompilerDetectionHeader.cmake diff --git a/Help/release/dev/module-WriteCompilerDetectionHeader.rst b/Help/release/dev/module-WriteCompilerDetectionHeader.rst new file mode 100644 index 0000000..10e7b86 --- /dev/null +++ b/Help/release/dev/module-WriteCompilerDetectionHeader.rst @@ -0,0 +1,5 @@ +module-WriteCompilerDetectionHeader +----------------------------------- + +* The :module:`WriteCompilerDetectionHeader` module was added to allow + creation of a portable header file for compiler optional feature detection. |