[Cmake-commits] [cmake-commits] hoffman committed cmStandardIncludes.h 1.77 1.78

cmake-commits at cmake.org cmake-commits at cmake.org
Tue Nov 10 08:09:56 EST 2009


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

Modified Files:
	cmStandardIncludes.h 
Log Message:
Fix double bootstrap build for in source builds


Index: cmStandardIncludes.h
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmStandardIncludes.h,v
retrieving revision 1.77
retrieving revision 1.78
diff -C 2 -d -r1.77 -r1.78
*** cmStandardIncludes.h	28 Sep 2009 15:42:49 -0000	1.77
--- cmStandardIncludes.h	10 Nov 2009 13:09:54 -0000	1.78
***************
*** 19,23 ****
  // include configure generated  header to define CMAKE_NO_ANSI_STREAM_HEADERS,
  // CMAKE_NO_STD_NAMESPACE, and other macros.
! #include "cmConfigure.h"
  #include <cmsys/Configure.hxx>
  
--- 19,23 ----
  // include configure generated  header to define CMAKE_NO_ANSI_STREAM_HEADERS,
  // CMAKE_NO_STD_NAMESPACE, and other macros.
! #include <cmConfigure.h>
  #include <cmsys/Configure.hxx>
  



More information about the Cmake-commits mailing list