mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-04 21:00:17 -06:00
committed by
Brad King
parent
45b4b4b930
commit
e7d57bc3c3
@@ -6,4 +6,5 @@ vs-vctargetspath
|
||||
to specify the ``VCTargetsPath`` value for project files.
|
||||
|
||||
* The :variable:`CMAKE_VS_GLOBALS` variable value now applies during
|
||||
compiler identification.
|
||||
compiler identification and in targets created by the
|
||||
:command:`add_custom_target` command.
|
||||
|
||||
@@ -511,8 +511,7 @@ cmTarget::cmTarget(std::string const& name, cmStateEnums::TargetType type,
|
||||
initProp("DOTNET_TARGET_FRAMEWORK_VERSION");
|
||||
}
|
||||
|
||||
if (this->GetType() != cmStateEnums::INTERFACE_LIBRARY &&
|
||||
this->GetType() != cmStateEnums::UTILITY) {
|
||||
if (this->GetType() != cmStateEnums::INTERFACE_LIBRARY) {
|
||||
|
||||
// check for "CMAKE_VS_GLOBALS" variable and set up target properties
|
||||
// if any
|
||||
|
||||
Reference in New Issue
Block a user