mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-07 14:20:06 -06:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user