diff options
author | Ben Boeckel <ben.boeckel@kitware.com> | 2022-04-15 19:47:10 (GMT) |
---|---|---|
committer | Ben Boeckel <ben.boeckel@kitware.com> | 2022-04-25 18:29:17 (GMT) |
commit | 64ea1a272c87fda1de948d69130c7872ff01c39e (patch) | |
tree | 1e08f952270a2bc1a779d4f1de7d2623ffd3f45d /Source/cmExportBuildAndroidMKGenerator.h | |
parent | 7dc7907837a8ce4608f8cc762409617e62c496fe (diff) | |
download | CMake-64ea1a272c87fda1de948d69130c7872ff01c39e.zip CMake-64ea1a272c87fda1de948d69130c7872ff01c39e.tar.gz CMake-64ea1a272c87fda1de948d69130c7872ff01c39e.tar.bz2 |
messages: remove screamake from comments and errors
Diffstat (limited to 'Source/cmExportBuildAndroidMKGenerator.h')
-rw-r--r-- | Source/cmExportBuildAndroidMKGenerator.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmExportBuildAndroidMKGenerator.h b/Source/cmExportBuildAndroidMKGenerator.h index 410d4c3..1a9a626 100644 --- a/Source/cmExportBuildAndroidMKGenerator.h +++ b/Source/cmExportBuildAndroidMKGenerator.h @@ -20,7 +20,7 @@ class cmGeneratorTarget; * a build tree. This exports the targets to the Android ndk build tool * makefile format for prebuilt libraries. * - * This is used to implement the EXPORT() command. + * This is used to implement the export() command. */ class cmExportBuildAndroidMKGenerator : public cmExportBuildFileGenerator { |