Merge topic 'offer_compiler_lang_generator_expression'

e214abdaab Genex: Add COMPILE_LANG_AND_ID generator expression
f84ed796a2 Docs: Generator-expressions remove usage of `CMake-id`

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !3300
This commit is contained in:
Brad King
2019-05-17 13:26:38 +00:00
committed by Kitware Robot
30 changed files with 222 additions and 11 deletions

View File

@@ -0,0 +1,7 @@
genex-COMPILE_LANG_AND_ID
--------------------------
* A new ``COMPILE_LANG_AND_ID`` generator expression was introduced to
allow specification of compile options for target files based on the
:variable:`CMAKE_<LANG>_COMPILER_ID` and :prop_sf:`LANGUAGE` and of
each source file.