summaryrefslogtreecommitdiffstats
path: root/Source/ctest.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'Source/ctest.cxx')
-rw-r--r--Source/ctest.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/ctest.cxx b/Source/ctest.cxx
index 27971cf..11e8dd2 100644
--- a/Source/ctest.cxx
+++ b/Source/ctest.cxx
@@ -210,6 +210,7 @@ int main (int argc, char *argv[])
{
cmSystemTools::DoNotInheritStdPipes();
cmSystemTools::EnableMSVCDebugHook();
+ cmSystemTools::FindExecutableDirectory(argv[0]);
int nocwd = 0;
cmCTest inst;