diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-08-04 17:19:43 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-08-05 16:20:44 (GMT) |
commit | 90bad039c44195b742740613a34b90697254fdd2 (patch) | |
tree | 433c97a085e7f88a4347050a0aec0dedccb37dfb /Source/cmGeneratorTarget.h | |
parent | 803a7982b4403c690d7b7fa8c49d00a5abae3471 (diff) | |
download | CMake-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.h | 3 |
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&); }; |