diff options
author | Daniel Pfeifer <daniel@pfeifer-mail.de> | 2016-09-16 21:01:40 (GMT) |
---|---|---|
committer | Daniel Pfeifer <daniel@pfeifer-mail.de> | 2016-09-16 21:01:40 (GMT) |
commit | 782fcbb92e096a28f899c89eed6fe23f29cd997c (patch) | |
tree | 3700d9b442648c39ef1a4b0c3bdee45d5f327943 /Source/cmInstallCommand.cxx | |
parent | 809ca6c81fa23cec111a9e97529d71538c55f9eb (diff) | |
download | CMake-782fcbb92e096a28f899c89eed6fe23f29cd997c.zip CMake-782fcbb92e096a28f899c89eed6fe23f29cd997c.tar.gz CMake-782fcbb92e096a28f899c89eed6fe23f29cd997c.tar.bz2 |
Use CM_NULLPTR
Diffstat (limited to 'Source/cmInstallCommand.cxx')
-rw-r--r-- | Source/cmInstallCommand.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmInstallCommand.cxx b/Source/cmInstallCommand.cxx index f55fefb..8450360 100644 --- a/Source/cmInstallCommand.cxx +++ b/Source/cmInstallCommand.cxx @@ -1118,7 +1118,7 @@ bool cmInstallCommand::HandleExportAndroidMKMode( cmCAEnabler exportOld(&ica.Parser, "EXPORT_LINK_INTERFACE_LIBRARIES", &ica.ArgumentGroup); cmCAString filename(&ica.Parser, "FILE", &ica.ArgumentGroup); - exp.Follows(0); + exp.Follows(CM_NULLPTR); ica.ArgumentGroup.Follows(&exp); std::vector<std::string> unknownArgs; |