CUDA: Add support for CMAKE_CUDA_COMPILE_OPTIONS_VISIBILITY
This commit is contained in:
parent
d038559e49
commit
a5e806b3f5
@ -360,6 +360,7 @@ cmTarget::cmTarget(std::string const& name, cmStateEnums::TargetType type,
|
||||
this->GetType() != cmStateEnums::UTILITY) {
|
||||
this->SetPropertyDefault("C_VISIBILITY_PRESET", CM_NULLPTR);
|
||||
this->SetPropertyDefault("CXX_VISIBILITY_PRESET", CM_NULLPTR);
|
||||
this->SetPropertyDefault("CUDA_VISIBILITY_PRESET", CM_NULLPTR);
|
||||
this->SetPropertyDefault("VISIBILITY_INLINES_HIDDEN", CM_NULLPTR);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user