Merge topic 'WriteCompilerDetectionHeader-multi-file-lang'

59e6e15c Help: Add notes for topic 'WriteCompilerDetectionHeader-multi-file-lang'
54156d72 WCDH: Generate per-language files in multi-file mode.
d84d6ed4 WCDH: Allow compilers to specify features for one language but not the other.
7dcdfec9 WCDH: Find a language-specific DetermineCompiler.cmake if present.
This commit is contained in:
Brad King
2015-01-19 13:55:27 -05:00
committed by CMake Topic Stage
2 changed files with 34 additions and 14 deletions
@@ -0,0 +1,6 @@
WriteCompilerDetectionHeader-multi-file
---------------------------------------
* The :module:`WriteCompilerDetectionHeader` module learned to create
multiple output files per compiler and per language, instead of creating
one large file.