diff options
author | Brad King <brad.king@kitware.com> | 2006-05-25 13:47:30 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2006-05-25 13:47:30 (GMT) |
commit | ec2104cd31af3c533838fce05534d37d762028d6 (patch) | |
tree | ed573ad662fca47d67cff8a627d8d3c25c5ec7e0 /Source/cmGlobalGenerator.h | |
parent | 12456165f13112f84ff825531b562bffd16bb403 (diff) | |
download | CMake-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/cmGlobalGenerator.h')
-rw-r--r-- | Source/cmGlobalGenerator.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmGlobalGenerator.h b/Source/cmGlobalGenerator.h index 1134c2a..b8c1d33 100644 --- a/Source/cmGlobalGenerator.h +++ b/Source/cmGlobalGenerator.h @@ -109,7 +109,7 @@ public: ///! Set the CMake instance - void SetCMakeInstance(cmake *cm) { this->CMakeInstance = cm; }; + void SetCMakeInstance(cmake *cm); ///! Get the CMake instance cmake *GetCMakeInstance() { return this->CMakeInstance; }; |