[Cmake-commits] [cmake-commits] hoffman committed cmMakefile.cxx 1.457 1.458
cmake-commits at cmake.org
cmake-commits at cmake.org
Tue Mar 11 17:27:26 EDT 2008
Update of /cvsroot/CMake/CMake/Source
In directory public:/mounts/ram/cvs-serv21018
Modified Files:
cmMakefile.cxx
Log Message:
ENH: fix warning message a bit
Index: cmMakefile.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmMakefile.cxx,v
retrieving revision 1.457
retrieving revision 1.458
diff -C 2 -d -r1.457 -r1.458
*** cmMakefile.cxx 11 Mar 2008 19:17:58 -0000 1.457
--- cmMakefile.cxx 11 Mar 2008 21:27:24 -0000 1.458
***************
*** 304,308 ****
return;
}
! msg << "(Code)";
}
msg << ":";
--- 304,308 ----
return;
}
! msg << "(dev)";
}
msg << ":";
***************
*** 335,338 ****
--- 335,342 ----
cmLocalGenerator::HOME);
}
+ else if(this->GetCMakeInstance()->GetIsInTryCompile())
+ {
+ msg << " in directory " << this->GetCurrentDirectory();
+ }
else
{
More information about the Cmake-commits
mailing list