mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-22 06:59:01 -06:00
Use C++11 nullptr
This commit is contained in:
@@ -38,8 +38,7 @@ public:
|
||||
|
||||
private:
|
||||
static bool RunCommand(const char* command, std::string& output, int& retVal,
|
||||
const char* directory = CM_NULLPTR,
|
||||
bool verbose = true,
|
||||
const char* directory = nullptr, bool verbose = true,
|
||||
Encoding encoding = cmProcessOutput::Auto);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user