mirror of
https://github.com/reactos/CMake.git
synced 2024-12-20 18:48:14 +00:00
924dd34451
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.
7 lines
131 B
C
7 lines
131 B
C
#ifndef _DumpInformation_h
|
|
#define _DumpInformation_h
|
|
|
|
#define DumpInformation_BINARY_DIR "@SystemInformation_BINARY_DIR@"
|
|
|
|
#endif
|