https://github.com/Kitware/CMake
Revision 9135954e2fe607c08e065601c52958652e11b684 authored by Brad King on 04 February 2020, 16:37:22 UTC, committed by Brad King on 04 February 2020, 16:46:18 UTC
VS 2017 version 15.8 introduced support for unity builds implemented
in part by the `$(VCTargetsPath)/Microsoft.Cpp.Unity.targets` file.
Do not enable unity builds on VS 15 versions that do not have that file.

Fixes: #20284
1 parent 21e60da
Raw File
Tip revision: 9135954e2fe607c08e065601c52958652e11b684 authored by Brad King on 04 February 2020, 16:37:22 UTC
VS: Do not use native unity builds on VS 2017 versions less than 15.8
Tip revision: 9135954
.gitignore
# Exclude MacOS Finder files.
.DS_Store

*.user*

*.pyc
Testing

# Visual Studio work directory
.vs/

# Visual Studio Code
.vscode/
back to top