summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorMike Fitzgerald <michaeljohnfitzgerald@gmail.com>2016-01-08 22:33:28 (GMT)
committerBrad King <brad.king@kitware.com>2016-01-11 18:04:34 (GMT)
commitaf39f11521af7fc2ec037103df1ad5a616dd7f19 (patch)
tree9525ac5a65b7388987b765cc98e9ea40d904048c /Help
parentcedbb7994dddce2c3fdf846bf4563c846adf4632 (diff)
downloadCMake-af39f11521af7fc2ec037103df1ad5a616dd7f19.zip
CMake-af39f11521af7fc2ec037103df1ad5a616dd7f19.tar.gz
CMake-af39f11521af7fc2ec037103df1ad5a616dd7f19.tar.bz2
VS: Implement VS_GLOBAL_* target properties in VS 2010+ (#13666)
These have been documented but previously only implemented for VS 2008 and below.
Diffstat (limited to 'Help')
-rw-r--r--Help/release/dev/vs-global-properties.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/Help/release/dev/vs-global-properties.rst b/Help/release/dev/vs-global-properties.rst
new file mode 100644
index 0000000..cae49b7
--- /dev/null
+++ b/Help/release/dev/vs-global-properties.rst
@@ -0,0 +1,5 @@
+vs-global-properties
+--------------------
+
+* The :prop_tgt:`VS_GLOBAL_<variable>` target property is now implemented
+ for VS 2010 and above. Previously it worked only in VS 2008 and below.