diff options
Diffstat (limited to 'Source/cmTarget.cxx')
-rw-r--r-- | Source/cmTarget.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmTarget.cxx b/Source/cmTarget.cxx index ec87271..9d43c64 100644 --- a/Source/cmTarget.cxx +++ b/Source/cmTarget.cxx @@ -552,6 +552,7 @@ TargetProperty const StaticTargetProperties[] = { { "JOB_POOL_PRECOMPILE_HEADER"_s, IC::CanCompileSources }, // -- Visual Studio { "VS_NO_COMPILE_BATCHING"_s, IC::CanCompileSources }, + { "VS_WINDOWS_TARGET_PLATFORM_MIN_VERSION"_s, IC::CanCompileSources}, // Output location properties { "ARCHIVE_OUTPUT_DIRECTORY"_s, IC::CanCompileSources }, |