[Cmake-commits] [cmake-commits] king committed DumpInformation.h.in 1.4 1.5

cmake-commits at cmake.org cmake-commits at cmake.org
Tue Jul 21 10:56:34 EDT 2009


Update of /cvsroot/CMake/CMake/Tests/SystemInformation
In directory public:/mounts/ram/cvs-serv26164/Tests/SystemInformation

Modified Files:
	DumpInformation.h.in 
Log Message:
BUG: Fix SystemInformation dump output

When this test was renamed from DumpInformation to SystemInformation the
configured header that points the dump executable to the directory
containing information files was broken.  No information has been dumped
by this test for 2 years!  This fixes it.


Index: DumpInformation.h.in
===================================================================
RCS file: /cvsroot/CMake/CMake/Tests/SystemInformation/DumpInformation.h.in,v
retrieving revision 1.4
retrieving revision 1.5
diff -C 2 -d -r1.4 -r1.5
*** DumpInformation.h.in	16 Jul 2003 15:38:57 -0000	1.4
--- DumpInformation.h.in	21 Jul 2009 14:56:31 -0000	1.5
***************
*** 2,6 ****
  #define _DumpInformation_h
  
! #define DumpInformation_BINARY_DIR "@DumpInformation_BINARY_DIR@"
  
  #endif
--- 2,6 ----
  #define _DumpInformation_h
  
! #define DumpInformation_BINARY_DIR "@SystemInformation_BINARY_DIR@"
  
  #endif



More information about the Cmake-commits mailing list