mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-24 15:18:26 -05:00
use CM_NULLPTR
This commit is contained in:
committed by
Brad King
parent
b4b73f56a2
commit
1d6909a287
@@ -73,7 +73,7 @@ bool cmGetDirectoryPropertyCommand::InitialPass(
|
||||
return true;
|
||||
}
|
||||
|
||||
const char* prop = 0;
|
||||
const char* prop = CM_NULLPTR;
|
||||
if (!i->empty()) {
|
||||
if (*i == "DEFINITIONS") {
|
||||
switch (this->Makefile->GetPolicyStatus(cmPolicies::CMP0059)) {
|
||||
|
||||
Reference in New Issue
Block a user