diff options
author | Brad King <brad.king@kitware.com> | 2013-10-07 19:45:05 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2013-10-07 19:45:05 (GMT) |
commit | 4e1368c1a02e26464c94a5aa23a8ec3b27755775 (patch) | |
tree | 54dd177a444c2cd0289953745608073a2fa14351 /Source/cmDocumentVariables.cxx | |
parent | b38425fa4b15e4858f0b06bf75ba824550b87c34 (diff) | |
parent | a63fcbcb9f6c09294dfbeb8480be822f42529755 (diff) | |
download | CMake-4e1368c1a02e26464c94a5aa23a8ec3b27755775.zip CMake-4e1368c1a02e26464c94a5aa23a8ec3b27755775.tar.gz CMake-4e1368c1a02e26464c94a5aa23a8ec3b27755775.tar.bz2 |
Merge topic 'IMPORTED-target-SYSTEM-includes'
a63fcbc Always consider includes from IMPORTED targets to be SYSTEM.
Diffstat (limited to 'Source/cmDocumentVariables.cxx')
-rw-r--r-- | Source/cmDocumentVariables.cxx | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Source/cmDocumentVariables.cxx b/Source/cmDocumentVariables.cxx index fb2b3b9..c01a66e 100644 --- a/Source/cmDocumentVariables.cxx +++ b/Source/cmDocumentVariables.cxx @@ -1563,6 +1563,14 @@ void cmDocumentVariables::DefineVariables(cmake* cm) false, "Variables that Control the Build"); cm->DefineProperty + ("CMAKE_NO_SYSTEM_FROM_IMPORTED", cmProperty::VARIABLE, + "Default value for NO_SYSTEM_FROM_IMPORTED of targets.", + "This variable is used to initialize the " + "NO_SYSTEM_FROM_IMPORTED property on all the targets. " + "See that target property for additional information.", + false, + "Variables that Control the Build"); + cm->DefineProperty ("CMAKE_<LANG>_VISIBILITY_PRESET", cmProperty::VARIABLE, "Default value for <LANG>_VISIBILITY_PRESET of targets.", "This variable is used to initialize the " |