Explorar el Código

ENH: add CMAKE_CFG_INTDIR

Bill Hoffman hace 21 años
padre
commit
b0a0ccb083
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      Source/cmGlobalXCodeGenerator.cxx

+ 1 - 0
Source/cmGlobalXCodeGenerator.cxx

@@ -69,6 +69,7 @@ void cmGlobalXCodeGenerator::EnableLanguage(std::vector<std::string>const&
                                             lang,
                                             cmMakefile * mf)
 { 
+  mf->AddDefinition("CMAKE_CFG_INTDIR",".");
   mf->AddDefinition("CMAKE_GENERATOR_CC", "gcc");
   mf->AddDefinition("CMAKE_GENERATOR_CXX", "g++");
   mf->AddDefinition("CMAKE_GENERATOR_NO_COMPILER_ENV", "1");