mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-02 12:19:54 -05:00
fix more issues reported by clang-tidy
This commit is contained in:
committed by
Brad King
parent
fb461cacba
commit
effa6c8343
@@ -24,7 +24,7 @@ bool cmGetTargetPropertyCommand::InitialPass(
|
||||
prop_exists = true;
|
||||
}
|
||||
} else if (!args[2].empty()) {
|
||||
const char* prop_cstr = 0;
|
||||
const char* prop_cstr = CM_NULLPTR;
|
||||
cmListFileBacktrace bt = this->Makefile->GetBacktrace();
|
||||
cmMessenger* messenger = this->Makefile->GetMessenger();
|
||||
if (cmTargetPropertyComputer::PassesWhitelist(tgt->GetType(), args[2],
|
||||
|
||||
Reference in New Issue
Block a user