diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2002-05-22 13:47:41 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2002-05-22 13:47:41 (GMT) |
commit | ceb365813f1cca968e2e2a80db8268b8e1fbad3b (patch) | |
tree | 6184928d6e1d8396c5bf6ea00f78d9da5a096d99 /Source/ctest.cxx | |
parent | 2ed628d59d7ff4b8e56a7bb4df19d61d283c05b0 (diff) | |
download | CMake-ceb365813f1cca968e2e2a80db8268b8e1fbad3b.zip CMake-ceb365813f1cca968e2e2a80db8268b8e1fbad3b.tar.gz CMake-ceb365813f1cca968e2e2a80db8268b8e1fbad3b.tar.bz2 |
ENH: fix depend problem
Diffstat (limited to 'Source/ctest.cxx')
-rw-r--r-- | Source/ctest.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/ctest.cxx b/Source/ctest.cxx index 1564b25..38bd10d 100644 --- a/Source/ctest.cxx +++ b/Source/ctest.cxx @@ -17,7 +17,7 @@ #include <stdio.h> #include "ctest.h" #include "cmRegularExpression.h" - +#include "cmSystemTools.h" bool TryExecutable(const char *dir, const char *file, std::string *fullPath, const char *subdir) { |