diff options
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 |