diff options
author | Nils Gladitz <nilsgladitz@gmail.com> | 2014-07-21 15:44:46 (GMT) |
---|---|---|
committer | Nils Gladitz <nilsgladitz@gmail.com> | 2014-07-21 17:48:48 (GMT) |
commit | 5bbec4e3982d25c3514246d691a5b15cacfd5daa (patch) | |
tree | 0582f3c6d7d8da4a79889a93facb692dbe86fc0e /Help/prop_sf/COMPILE_DEFINITIONS_CONFIG.rst | |
parent | 23ec3738a0bafd23a9d37fc72e7183e8dc84a4ac (diff) | |
download | CMake-5bbec4e3982d25c3514246d691a5b15cacfd5daa.zip CMake-5bbec4e3982d25c3514246d691a5b15cacfd5daa.tar.gz CMake-5bbec4e3982d25c3514246d691a5b15cacfd5daa.tar.bz2 |
Help: Document deprecated properties.
Document the COMPILE_DEFINITIONS_<Config> properties as deprecated.
Add new sections for deprecated properties and move POST_INSTALL_SCRIPT
and PRE_INSTALL_SCRIPT there as well.
Diffstat (limited to 'Help/prop_sf/COMPILE_DEFINITIONS_CONFIG.rst')
-rw-r--r-- | Help/prop_sf/COMPILE_DEFINITIONS_CONFIG.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Help/prop_sf/COMPILE_DEFINITIONS_CONFIG.rst b/Help/prop_sf/COMPILE_DEFINITIONS_CONFIG.rst index e695f38..8487076 100644 --- a/Help/prop_sf/COMPILE_DEFINITIONS_CONFIG.rst +++ b/Help/prop_sf/COMPILE_DEFINITIONS_CONFIG.rst @@ -1,6 +1,8 @@ COMPILE_DEFINITIONS_<CONFIG> ---------------------------- +Ignored. See CMake Policy :policy:`CMP0043`. + Per-configuration preprocessor definitions on a source file. This is the configuration-specific version of COMPILE_DEFINITIONS. |