diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-08-04 17:19:51 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-08-05 16:20:50 (GMT) |
commit | f83e84028ac28ce098ea76bd857ae1663c295494 (patch) | |
tree | 0a56259fdc251b1c79a1f74611586c0657fd7f95 /Source/cmTarget.h | |
parent | b3f0e35308993de825f00ec18fc6559e6609c9b0 (diff) | |
download | CMake-f83e84028ac28ce098ea76bd857ae1663c295494.zip CMake-f83e84028ac28ce098ea76bd857ae1663c295494.tar.gz CMake-f83e84028ac28ce098ea76bd857ae1663c295494.tar.bz2 |
cmGeneratorTarget: Move CompileInfoMap from cmTarget.
Diffstat (limited to 'Source/cmTarget.h')
-rw-r--r-- | Source/cmTarget.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Source/cmTarget.h b/Source/cmTarget.h index 8689838..e3fbdfd 100644 --- a/Source/cmTarget.h +++ b/Source/cmTarget.h @@ -626,13 +626,6 @@ private: void ComputeImportInfo(std::string const& desired_config, ImportInfo& info) const; - // Cache target compile paths for each configuration. - struct CompileInfo - { - std::string CompilePdbDir; - }; - - CompileInfo const* GetCompileInfo(const std::string& config) const; LinkInterface const* GetImportLinkInterface(const std::string& config, cmTarget const* head, |