mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-24 07:08:38 -05:00
use CM_NULLPTR
This commit is contained in:
committed by
Brad King
parent
b4b73f56a2
commit
1d6909a287
@@ -98,7 +98,7 @@ void cmCommonTargetGenerator::AppendFortranFormatFlags(
|
||||
const char* tgtfmt = this->GeneratorTarget->GetProperty("Fortran_FORMAT");
|
||||
format = cmOutputConverter::GetFortranFormat(tgtfmt);
|
||||
}
|
||||
const char* var = 0;
|
||||
const char* var = CM_NULLPTR;
|
||||
switch (format) {
|
||||
case cmOutputConverter::FortranFormatFixed:
|
||||
var = "CMAKE_Fortran_FORMAT_FIXED_FLAG";
|
||||
|
||||
Reference in New Issue
Block a user