|
|
@@ -275,6 +275,7 @@ cmTarget::cmTarget(std::string const& name, cmStateEnums::TargetType type,
|
|
|
this->SetPropertyDefault("CUDA_SEPARABLE_COMPILATION", nullptr);
|
|
|
this->SetPropertyDefault("LINK_SEARCH_START_STATIC", nullptr);
|
|
|
this->SetPropertyDefault("LINK_SEARCH_END_STATIC", nullptr);
|
|
|
+ this->SetPropertyDefault("FOLDER", nullptr);
|
|
|
}
|
|
|
|
|
|
// Collect the set of configuration types.
|