diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-10-25 10:37:34 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-10-27 06:44:23 (GMT) |
commit | 7f6beddae372a7ae47789f5460bcdfdac39c64e6 (patch) | |
tree | 1a2f668bf948c961fab8830e9f1922850d1e6132 /Source/cmGeneratorTarget.h | |
parent | 520ca0ff6c123250c633a3618459d0161cbc4683 (diff) | |
download | CMake-7f6beddae372a7ae47789f5460bcdfdac39c64e6.zip CMake-7f6beddae372a7ae47789f5460bcdfdac39c64e6.tar.gz CMake-7f6beddae372a7ae47789f5460bcdfdac39c64e6.tar.bz2 |
cmGeneratorTarget: Port cmOptionalLinkImplementation
Diffstat (limited to 'Source/cmGeneratorTarget.h')
-rw-r--r-- | Source/cmGeneratorTarget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmGeneratorTarget.h b/Source/cmGeneratorTarget.h index 3c6f267..c2607a7 100644 --- a/Source/cmGeneratorTarget.h +++ b/Source/cmGeneratorTarget.h @@ -647,7 +647,7 @@ private: const std::string& config) const; struct HeadToLinkImplementationMap: - public std::map<cmTarget const*, cmOptionalLinkImplementation> {}; + public std::map<cmGeneratorTarget const*, cmOptionalLinkImplementation> {}; typedef std::map<std::string, HeadToLinkImplementationMap> LinkImplMapType; mutable LinkImplMapType LinkImplMap; |