summaryrefslogtreecommitdiffstats
path: root/Source/cmExportBuildAndroidMKGenerator.cxx
diff options
context:
space:
mode:
authorDaniel Pfeifer <daniel@pfeifer-mail.de>2016-09-15 21:59:29 (GMT)
committerDaniel Pfeifer <daniel@pfeifer-mail.de>2016-09-15 21:59:29 (GMT)
commit73f648f167e9b11739c4dbbdbd5c024baf1e39ad (patch)
treea50e8a674fa522673a651c11baaee016bacdf173 /Source/cmExportBuildAndroidMKGenerator.cxx
parent6e06a53ebf58f41cd570d1bbaed7a1c62eac7ed0 (diff)
downloadCMake-73f648f167e9b11739c4dbbdbd5c024baf1e39ad.zip
CMake-73f648f167e9b11739c4dbbdbd5c024baf1e39ad.tar.gz
CMake-73f648f167e9b11739c4dbbdbd5c024baf1e39ad.tar.bz2
use empty method to check for emptyness
Diffstat (limited to 'Source/cmExportBuildAndroidMKGenerator.cxx')
-rw-r--r--Source/cmExportBuildAndroidMKGenerator.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmExportBuildAndroidMKGenerator.cxx b/Source/cmExportBuildAndroidMKGenerator.cxx
index 3247cc8..96080a9 100644
--- a/Source/cmExportBuildAndroidMKGenerator.cxx
+++ b/Source/cmExportBuildAndroidMKGenerator.cxx
@@ -69,7 +69,7 @@ void cmExportBuildAndroidMKGenerator::GenerateInterfaceProperties(
const ImportPropertyMap& properties)
{
std::string config = "";
- if (this->Configurations.size()) {
+ if (!this->Configurations.empty()) {
config = this->Configurations[0];
}
cmExportBuildAndroidMKGenerator::GenerateInterfaceProperties(