CTestScriptMode.cmake 990 B

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