mirror of
https://github.com/Kitware/CMake.git
synced 2025-12-31 10:50:16 -06:00
remove unused variable
This commit is contained in:
@@ -537,7 +537,6 @@ std::vector<std::string> cmNinjaNormalTargetGenerator::ComputeDeviceLinkCmd()
|
||||
// this target requires separable cuda compilation
|
||||
// now build the correct command depending on if the target is
|
||||
// an executable or a dynamic library.
|
||||
std::string linkCmd;
|
||||
switch (this->GetGeneratorTarget()->GetType()) {
|
||||
case cmStateEnums::STATIC_LIBRARY:
|
||||
case cmStateEnums::SHARED_LIBRARY:
|
||||
|
||||
Reference in New Issue
Block a user