summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2014-05-15 09:33:20 (GMT)
committerStephen Kelly <steveire@gmail.com>2014-05-20 14:11:34 (GMT)
commit6b9b2fff61777b7d18f6c550119103dd3357d6c4 (patch)
tree13e9769a9174c46808df7b0a4889a22dd3cb6fe9 /Source/cmMakefile.h
parent2d5e3d2d2bfd79311c40db173d13f6d0cfb10019 (diff)
downloadCMake-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.h3
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);