summaryrefslogtreecommitdiffstats
path: root/Source/cmGeneratorTarget.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-08-04 17:19:43 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-08-05 16:20:44 (GMT)
commit90bad039c44195b742740613a34b90697254fdd2 (patch)
tree433c97a085e7f88a4347050a0aec0dedccb37dfb /Source/cmGeneratorTarget.h
parent803a7982b4403c690d7b7fa8c49d00a5abae3471 (diff)
downloadCMake-90bad039c44195b742740613a34b90697254fdd2.zip
CMake-90bad039c44195b742740613a34b90697254fdd2.tar.gz
CMake-90bad039c44195b742740613a34b90697254fdd2.tar.bz2
cmGeneratorTarget: Move CheckPropertyCompatibility from cmTarget.
Diffstat (limited to 'Source/cmGeneratorTarget.h')
-rw-r--r--Source/cmGeneratorTarget.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/cmGeneratorTarget.h b/Source/cmGeneratorTarget.h
index e53f098..ae86e19 100644
--- a/Source/cmGeneratorTarget.h
+++ b/Source/cmGeneratorTarget.h
@@ -222,6 +222,9 @@ private:
cmTargetLinkInformationMap;
mutable cmTargetLinkInformationMap LinkInformation;
+ void CheckPropertyCompatibility(cmComputeLinkInformation *info,
+ const std::string& config) const;
+
cmGeneratorTarget(cmGeneratorTarget const&);
void operator=(cmGeneratorTarget const&);
};