summaryrefslogtreecommitdiffstats
path: root/Source/kwsys/testSystemTools.h.in
diff options
context:
space:
mode:
authorMathieu Malaterre <mathieu.malaterre@gmail.com>2006-03-10 20:08:40 (GMT)
committerMathieu Malaterre <mathieu.malaterre@gmail.com>2006-03-10 20:08:40 (GMT)
commitfe66b15da4fa8060abb191235ef2450b9dca82bf (patch)
tree78d8cf2849fc4b08365060778849f8c024ab132a /Source/kwsys/testSystemTools.h.in
parent862f5df25c509e2df59d00597b0c4b4d14cf5eaa (diff)
downloadCMake-fe66b15da4fa8060abb191235ef2450b9dca82bf.zip
CMake-fe66b15da4fa8060abb191235ef2450b9dca82bf.tar.gz
CMake-fe66b15da4fa8060abb191235ef2450b9dca82bf.tar.bz2
BUG: Fix problem with in the path
Diffstat (limited to 'Source/kwsys/testSystemTools.h.in')
-rw-r--r--Source/kwsys/testSystemTools.h.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/kwsys/testSystemTools.h.in b/Source/kwsys/testSystemTools.h.in
index cdccfbb..1b2cd39 100644
--- a/Source/kwsys/testSystemTools.h.in
+++ b/Source/kwsys/testSystemTools.h.in
@@ -14,7 +14,7 @@
#ifndef @KWSYS_NAMESPACE@_testSystemtools_h
#define @KWSYS_NAMESPACE@_testSystemtools_h
-#define TEST_DYNLOAD_LOCATION "@TEST_DYNLOAD_LOCATION@"
+#define EXECUTABLE_OUTPUT_PATH "@EXECUTABLE_OUTPUT_PATH@"
#define TEST_SYSTEMTOOLS_BIN_FILE "@TEST_SYSTEMTOOLS_BIN_FILE@"
#define TEST_SYSTEMTOOLS_SRC_FILE "@TEST_SYSTEMTOOLS_SRC_FILE@"