mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-22 06:09:14 -05:00
Merge topic 'vs-add_package_reference_install' into release-3.18
3fd07d30bf VS: Enable DOTNET_TARGET_FRAMEWORK properties all target types
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !4854
This commit is contained in:
+1
-1
@@ -533,7 +533,7 @@ cmTarget::cmTarget(std::string const& name, cmStateEnums::TargetType type,
|
||||
initProp("JOB_POOL_PRECOMPILE_HEADER");
|
||||
}
|
||||
|
||||
if (impl->TargetType <= cmStateEnums::UTILITY) {
|
||||
if (impl->TargetType <= cmStateEnums::GLOBAL_TARGET) {
|
||||
initProp("DOTNET_TARGET_FRAMEWORK");
|
||||
initProp("DOTNET_TARGET_FRAMEWORK_VERSION");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user