summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalGenerator.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2006-05-25 13:47:30 (GMT)
committerBrad King <brad.king@kitware.com>2006-05-25 13:47:30 (GMT)
commitec2104cd31af3c533838fce05534d37d762028d6 (patch)
treeed573ad662fca47d67cff8a627d8d3c25c5ec7e0 /Source/cmLocalGenerator.h
parent12456165f13112f84ff825531b562bffd16bb403 (diff)
downloadCMake-ec2104cd31af3c533838fce05534d37d762028d6.zip
CMake-ec2104cd31af3c533838fce05534d37d762028d6.tar.gz
CMake-ec2104cd31af3c533838fce05534d37d762028d6.tar.bz2
BUG: Updated Makefile dependency scanning to provide a full local generator to the dependency scanner to do proper path conversions. This allows the rules written into the depend.make files to use the same relative path conversion as those written into the build.make files. Several previous changes added more and more information for use by the dependency scanner and it was converging to having the full local generator anyway.
Diffstat (limited to 'Source/cmLocalGenerator.h')
-rw-r--r--Source/cmLocalGenerator.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/cmLocalGenerator.h b/Source/cmLocalGenerator.h
index ccc9bef..6e4c60e 100644
--- a/Source/cmLocalGenerator.h
+++ b/Source/cmLocalGenerator.h
@@ -160,8 +160,7 @@ public:
bool /* clear */) {};
/** Called from command-line hook to scan dependencies. */
- virtual bool ScanDependencies(std::vector<std::string> const& /* args */)
- {return true;};
+ virtual bool ScanDependencies(const char* /* tgtInfo */) { return true; }
/** Compute the list of link libraries and directories for the given
target and configuration. */