diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2003-03-19 21:11:19 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2003-03-19 21:11:19 (GMT) |
commit | d79f47519c0c9990e7b2cbb333cbf4730240a039 (patch) | |
tree | 9f1f7180c12fc0754f43c2a9ac9b51aa26d77789 /Source/cmCTest.h | |
parent | 33d55456c3d1adbdff0b9cdffed38c3062749ceb (diff) | |
download | CMake-d79f47519c0c9990e7b2cbb333cbf4730240a039.zip CMake-d79f47519c0c9990e7b2cbb333cbf4730240a039.tar.gz CMake-d79f47519c0c9990e7b2cbb333cbf4730240a039.tar.bz2 |
Fix for visual studio
Diffstat (limited to 'Source/cmCTest.h')
-rw-r--r-- | Source/cmCTest.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmCTest.h b/Source/cmCTest.h index dcd8103..d9ed285 100644 --- a/Source/cmCTest.h +++ b/Source/cmCTest.h @@ -87,7 +87,7 @@ public: /** * Find the executable for a test */ - std::string FindExecutable(const char *exe); + std::string FindTheExecutable(const char *exe); /** * Set the cmake test |