[Cmake-commits] [cmake-commits] king committed cmMessageCommand.cxx 1.22 1.23

cmake-commits at cmake.org cmake-commits at cmake.org
Mon Apr 14 09:20:18 EDT 2008


Update of /cvsroot/CMake/CMake/Source
In directory public:/mounts/ram/cvs-serv21639/Source

Modified Files:
	cmMessageCommand.cxx 
Log Message:
ENH: Make message(SEND_ERROR) report context.


Index: cmMessageCommand.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmMessageCommand.cxx,v
retrieving revision 1.22
retrieving revision 1.23
diff -C 2 -d -r1.22 -r1.23
*** cmMessageCommand.cxx	23 Jan 2008 15:27:59 -0000	1.22
--- cmMessageCommand.cxx	14 Apr 2008 13:20:16 -0000	1.23
***************
*** 61,65 ****
    if (send_error || fatal_error)
      {
!     cmSystemTools::Error(message.c_str());
      }
    else
--- 61,65 ----
    if (send_error || fatal_error)
      {
!     this->Makefile->IssueMessage(cmake::FATAL_ERROR, message.c_str());
      }
    else



More information about the Cmake-commits mailing list