diff options
author | Stephen Kelly <steveire@gmail.com> | 2014-05-15 09:33:20 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2014-05-20 14:11:34 (GMT) |
commit | 6b9b2fff61777b7d18f6c550119103dd3357d6c4 (patch) | |
tree | 13e9769a9174c46808df7b0a4889a22dd3cb6fe9 /Source/cmMakefile.h | |
parent | 2d5e3d2d2bfd79311c40db173d13f6d0cfb10019 (diff) | |
download | CMake-6b9b2fff61777b7d18f6c550119103dd3357d6c4.zip CMake-6b9b2fff61777b7d18f6c550119103dd3357d6c4.tar.gz CMake-6b9b2fff61777b7d18f6c550119103dd3357d6c4.tar.bz2 |
cmMakefile: Extract CompileFeatureKnown method.
Diffstat (limited to 'Source/cmMakefile.h')
-rw-r--r-- | Source/cmMakefile.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/cmMakefile.h b/Source/cmMakefile.h index 90e2e19..1a7bf20 100644 --- a/Source/cmMakefile.h +++ b/Source/cmMakefile.h @@ -889,6 +889,9 @@ public: const std::string& feature, std::string *error = 0) const; + bool CompileFeatureKnown(cmTarget const* target, const std::string& feature, + std::string& lang, std::string *error) const; + void ClearMatches(); void StoreMatches(cmsys::RegularExpression& re); |