CMake/Tests/SystemInformation/DumpInformation.h.in
Brad King 924dd34451 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.
2009-07-21 10:56:31 -04:00

7 lines
131 B
C

#ifndef _DumpInformation_h
#define _DumpInformation_h
#define DumpInformation_BINARY_DIR "@SystemInformation_BINARY_DIR@"
#endif