summaryrefslogtreecommitdiffstats
path: root/Tests/ComplexRelativePaths/cmTestConfigure.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/ComplexRelativePaths/cmTestConfigure.h.in')
-rw-r--r--Tests/ComplexRelativePaths/cmTestConfigure.h.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/Tests/ComplexRelativePaths/cmTestConfigure.h.in b/Tests/ComplexRelativePaths/cmTestConfigure.h.in
index e27607a..5edff15 100644
--- a/Tests/ComplexRelativePaths/cmTestConfigure.h.in
+++ b/Tests/ComplexRelativePaths/cmTestConfigure.h.in
@@ -48,3 +48,9 @@
#cmakedefine FILE_HAS_ABSTRACT
#cmakedefine FILE_HAS_WRAP_EXCLUDE
#define FILE_COMPILE_FLAGS "${FILE_COMPILE_FLAGS}"
+
+// Test registry read
+
+#if defined(_WIN32) && !defined(__CYGWIN__)
+#define REGISTRY_TEST_PATH "${REGISTRY_TEST_PATH}"
+#endif