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.
This commit is contained in:
parent
0303589fd8
commit
924dd34451
|
@ -1,6 +1,6 @@
|
|||
#ifndef _DumpInformation_h
|
||||
#define _DumpInformation_h
|
||||
|
||||
#define DumpInformation_BINARY_DIR "@DumpInformation_BINARY_DIR@"
|
||||
#define DumpInformation_BINARY_DIR "@SystemInformation_BINARY_DIR@"
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue