summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2017-10-25 17:54:26 (GMT)
committerBrad King <brad.king@kitware.com>2017-10-30 14:21:21 (GMT)
commit409527a03ced550fbc295faf965aebc7b8dbe003 (patch)
treed89d50365c36860f1efbb2202d394c3e6fd56efc /Source/cmMakefile.h
parenta2611d816b49bce8a85678455b6e80ed0f30fb3e (diff)
downloadCMake-409527a03ced550fbc295faf965aebc7b8dbe003.zip
CMake-409527a03ced550fbc295faf965aebc7b8dbe003.tar.gz
CMake-409527a03ced550fbc295faf965aebc7b8dbe003.tar.bz2
CMP0037: De-duplicate check and message generation
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 7c6cca5..5e7a361 100644
--- a/Source/cmMakefile.h
+++ b/Source/cmMakefile.h
@@ -741,6 +741,9 @@ public:
/** Set whether or not to report a CMP0000 violation. */
void SetCheckCMP0000(bool b) { this->CheckCMP0000 = b; }
+ bool CheckCMP0037(std::string const& targetName,
+ cmStateEnums::TargetType targetType) const;
+
cmStringRange GetIncludeDirectoriesEntries() const;
cmBacktraceRange GetIncludeDirectoriesBacktraces() const;
cmStringRange GetCompileOptionsEntries() const;