mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-26 18:58:34 -06:00
CUDA: Add support for CMAKE_CUDA_COMPILE_OPTIONS_VISIBILITY
This commit is contained in:
committed by
Brad King
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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user