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 /Modules/CompilerId | |
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 'Modules/CompilerId')
-rw-r--r-- | Modules/CompilerId/VS-10.vcxproj.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Modules/CompilerId/VS-10.vcxproj.in b/Modules/CompilerId/VS-10.vcxproj.in index a3814dc..b48a332 100644 --- a/Modules/CompilerId/VS-10.vcxproj.in +++ b/Modules/CompilerId/VS-10.vcxproj.in @@ -16,6 +16,7 @@ @id_WindowsSDKDesktopARMSupport@ @id_CudaToolkitCustomDir@ @id_ToolsetVCTargetsDir@ + @id_CustomGlobals@ </PropertyGroup> @id_toolset_version_props@ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |