CTestScriptMode.cmake 1.0 KB

123456789101112131415161718192021222324252627282930
  1. #.rst:
  2. # CTestScriptMode
  3. # ---------------
  4. #
  5. #
  6. #
  7. # This file is read by ctest in script mode (-S)
  8. #=============================================================================
  9. # Copyright 2009 Kitware, Inc.
  10. # Copyright 2009 Alexander Neundorf <neundorf@kde.org>
  11. #
  12. # Distributed under the OSI-approved BSD License (the "License");
  13. # see accompanying file Copyright.txt for details.
  14. #
  15. # This software is distributed WITHOUT ANY WARRANTY; without even the
  16. # implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  17. # See the License for more information.
  18. #=============================================================================
  19. # (To distribute this file outside of CMake, substitute the full
  20. # License text for the above reference.)
  21. # Determine the current system, so this information can be used
  22. # in ctest scripts
  23. include(CMakeDetermineSystem)
  24. # Also load the system specific file, which sets up e.g. the search paths.
  25. # This makes the FIND_XXX() calls work much better
  26. include(CMakeSystemSpecificInformation)