summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.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/cmMakefile.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/cmMakefile.cxx')
-rw-r--r--Source/cmMakefile.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/Source/cmMakefile.cxx b/Source/cmMakefile.cxx
index c5350b9..0fec989 100644
--- a/Source/cmMakefile.cxx
+++ b/Source/cmMakefile.cxx
@@ -1118,11 +1118,6 @@ void cmMakefile::AddDefaultDefinitions()
this->AddDefinition("APPLE", "1");
#endif
-#if defined(_WIN32) && !defined(__CYGWIN__)
- this->AddDefinition("CMAKE_CFG_INTDIR","$(IntDir)");
-#else
- this->AddDefinition("CMAKE_CFG_INTDIR",".");
-#endif
char temp[1024];
sprintf(temp, "%d", cmMakefile::GetMinorVersion());
this->AddDefinition("CMAKE_MINOR_VERSION", temp);