summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalUnixMakefileGenerator.cxx
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2002-12-06 20:35:22 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2002-12-06 20:35:22 (GMT)
commitb0f4a4cb39927bf5490a5c6e3c0584ca277277c3 (patch)
tree8f0f5dd7a279cdabf108ab622adfb441a96b9049 /Source/cmGlobalUnixMakefileGenerator.cxx
parent7987ce88cbf5b13eea118e78fa410c0305355280 (diff)
downloadCMake-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.cxx1
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);
}