diff options
Diffstat (limited to 'Source/cmMakefile.cxx')
-rw-r--r-- | Source/cmMakefile.cxx | 5 |
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); |