diff options
Diffstat (limited to 'Source/cmTestsCommand.cxx')
-rw-r--r-- | Source/cmTestsCommand.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmTestsCommand.cxx b/Source/cmTestsCommand.cxx index 24d78c6..d3d8519 100644 --- a/Source/cmTestsCommand.cxx +++ b/Source/cmTestsCommand.cxx @@ -41,7 +41,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #include "cmTestsCommand.h" // cmExecutableCommand -bool cmTestsCommand::Invoke(std::vector<std::string>& args) +bool cmTestsCommand::InitialPass(std::vector<std::string>& args) { // does nothing in CMake return true; |