diff options
author | Alexander Boczar <boczar@hotmail.com> | 2019-09-27 00:37:47 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2019-10-17 14:18:52 (GMT) |
commit | 45b4b4b93076e16281ecee628ef8ffb0aae8f3d6 (patch) | |
tree | bebd105bd72f115307e141627cc7e45cb8a8b0a1 /Help/release | |
parent | 548e9051a4f20657d04341107924171ea9d1bcb5 (diff) | |
download | CMake-45b4b4b93076e16281ecee628ef8ffb0aae8f3d6.zip CMake-45b4b4b93076e16281ecee628ef8ffb0aae8f3d6.tar.gz CMake-45b4b4b93076e16281ecee628ef8ffb0aae8f3d6.tar.bz2 |
VS: Propagate CMAKE_VS_GLOBALS into compiler id projects
Issue: #19708
Diffstat (limited to 'Help/release')
-rw-r--r-- | Help/release/dev/vs-vctargetspath.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Help/release/dev/vs-vctargetspath.rst b/Help/release/dev/vs-vctargetspath.rst index ff9d148..462d183 100644 --- a/Help/release/dev/vs-vctargetspath.rst +++ b/Help/release/dev/vs-vctargetspath.rst @@ -4,3 +4,6 @@ vs-vctargetspath * With :ref:`Visual Studio Generators` for VS 2010 and above, the :variable:`CMAKE_GENERATOR_TOOLSET` setting gained an option to specify the ``VCTargetsPath`` value for project files. + +* The :variable:`CMAKE_VS_GLOBALS` variable value now applies during + compiler identification. |