cmTestsCommand.cxx 573 B

123456789101112131415161718192021222324
  1. /*=========================================================================
  2. Program: Insight Segmentation & Registration Toolkit
  3. Module: $RCSfile$
  4. Language: C++
  5. Date: $Date$
  6. Version: $Revision$
  7. Copyright (c) 2000 National Library of Medicine
  8. All rights reserved.
  9. See COPYRIGHT.txt for copyright details.
  10. =========================================================================*/
  11. #include "cmTestsCommand.h"
  12. // cmExecutableCommand
  13. bool cmTestsCommand::Invoke(std::vector<std::string>& args)
  14. {
  15. // does nothing in CMake
  16. return true;
  17. }