diff options
author | Brad King <brad.king@kitware.com> | 2018-10-19 13:57:49 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2018-10-19 14:00:19 (GMT) |
commit | aab8feeec22d7be284029d32f9e033e4791c48b2 (patch) | |
tree | b6362c87a31803a29d6cadccde4cb171f879974f /Source/cmGlobalVisualStudio7Generator.h | |
parent | d120ccd19349447bce8104b8555bb34b13f78e46 (diff) | |
parent | dacbb414550db63ff40225f3f6057c3c74bcf5c9 (diff) | |
download | CMake-aab8feeec22d7be284029d32f9e033e4791c48b2.zip CMake-aab8feeec22d7be284029d32f9e033e4791c48b2.tar.gz CMake-aab8feeec22d7be284029d32f9e033e4791c48b2.tar.bz2 |
Merge topic 'target-depend-backtraces'
dacbb41455 Track backtraces in target dependencies internally
a6e02f881d add_dependencies: Track backtraces internally
a093b1a4f3 cmLinkItem: Add backtrace
e022e2d873 cmListFileCache: Add ExpandListWithBacktrace helper
f1dd0eeaaf cmListFileCache: Add wrapper template for values with a backtrace
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !2498
Diffstat (limited to 'Source/cmGlobalVisualStudio7Generator.h')
-rw-r--r-- | Source/cmGlobalVisualStudio7Generator.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmGlobalVisualStudio7Generator.h b/Source/cmGlobalVisualStudio7Generator.h index 0c9dd88..251478d 100644 --- a/Source/cmGlobalVisualStudio7Generator.h +++ b/Source/cmGlobalVisualStudio7Generator.h @@ -145,7 +145,7 @@ protected: virtual void WriteExternalProject( std::ostream& fout, const std::string& name, const char* path, - const char* typeGuid, const std::set<std::string>& dependencies) = 0; + const char* typeGuid, const std::set<BT<std::string>>& dependencies) = 0; std::string ConvertToSolutionPath(const char* path); |