CMakeSystemSpecificInitialize.cmake 837 B

1234567891011121314151617181920
  1. #=============================================================================
  2. # Copyright 2002-2014 Kitware, Inc.
  3. #
  4. # Distributed under the OSI-approved BSD License (the "License");
  5. # see accompanying file Copyright.txt for details.
  6. #
  7. # This software is distributed WITHOUT ANY WARRANTY; without even the
  8. # implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  9. # See the License for more information.
  10. #=============================================================================
  11. # (To distribute this file outside of CMake, substitute the full
  12. # License text for the above reference.)
  13. # This file is included by cmGlobalGenerator::EnableLanguage.
  14. # It is included before the compiler has been determined.
  15. include(Platform/${CMAKE_SYSTEM_NAME}-Initialize OPTIONAL)
  16. set(CMAKE_SYSTEM_SPECIFIC_INITIALIZE_LOADED 1)