diff options
author | Brad King <brad.king@kitware.com> | 2006-06-19 18:57:57 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2006-06-19 18:57:57 (GMT) |
commit | 15ca72a862ce23f2b9738255d11168b57ef656a8 (patch) | |
tree | 07d32976a2e6e137754ac68f8cfa57d9f89446f8 /Source/cmGlobalGenerator.h | |
parent | a6bf59baefe94ce04ba3e67d3e3ae415fc58533a (diff) | |
download | CMake-15ca72a862ce23f2b9738255d11168b57ef656a8.zip CMake-15ca72a862ce23f2b9738255d11168b57ef656a8.tar.gz CMake-15ca72a862ce23f2b9738255d11168b57ef656a8.tar.bz2 |
BUG: Delay relative path configuration until as late as possible to make sure the source/binary dir are set. This is a work-around for lack of a more structured way of creating the global generator.
Diffstat (limited to 'Source/cmGlobalGenerator.h')
-rw-r--r-- | Source/cmGlobalGenerator.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmGlobalGenerator.h b/Source/cmGlobalGenerator.h index 7a05783..07ee8d8 100644 --- a/Source/cmGlobalGenerator.h +++ b/Source/cmGlobalGenerator.h @@ -200,6 +200,7 @@ protected: bool IsExcluded(cmLocalGenerator* root, cmLocalGenerator* gen); void ConfigureRelativePaths(); + bool RelativePathsConfigured; void SetupTests(); void CreateDefaultGlobalTargets(cmTargets* targets); |