diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2002-12-06 20:35:22 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2002-12-06 20:35:22 (GMT) |
commit | b0f4a4cb39927bf5490a5c6e3c0584ca277277c3 (patch) | |
tree | 8f0f5dd7a279cdabf108ab622adfb441a96b9049 /Source/cmGlobalUnixMakefileGenerator.cxx | |
parent | 7987ce88cbf5b13eea118e78fa410c0305355280 (diff) | |
download | CMake-b0f4a4cb39927bf5490a5c6e3c0584ca277277c3.zip CMake-b0f4a4cb39927bf5490a5c6e3c0584ca277277c3.tar.gz CMake-b0f4a4cb39927bf5490a5c6e3c0584ca277277c3.tar.bz2 |
ENH: fix IntDir jump and build problem
Diffstat (limited to 'Source/cmGlobalUnixMakefileGenerator.cxx')
-rw-r--r-- | Source/cmGlobalUnixMakefileGenerator.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmGlobalUnixMakefileGenerator.cxx b/Source/cmGlobalUnixMakefileGenerator.cxx index 7f68d21..35bf3bf 100644 --- a/Source/cmGlobalUnixMakefileGenerator.cxx +++ b/Source/cmGlobalUnixMakefileGenerator.cxx @@ -28,6 +28,7 @@ cmGlobalUnixMakefileGenerator::cmGlobalUnixMakefileGenerator() void cmGlobalUnixMakefileGenerator::EnableLanguage(const char* lang, cmMakefile *mf) { + mf->AddDefinition("CMAKE_CFG_INTDIR","."); this->cmGlobalGenerator::EnableLanguage(lang, mf); } |