CMakeSystemSpecificInitialize.cmake 372 B

12345678910
  1. # Distributed under the OSI-approved BSD 3-Clause License. See accompanying
  2. # file Copyright.txt or https://cmake.org/licensing for details.
  3. # This file is included by cmGlobalGenerator::EnableLanguage.
  4. # It is included before the compiler has been determined.
  5. include(Platform/${CMAKE_SYSTEM_NAME}-Initialize OPTIONAL)
  6. set(CMAKE_SYSTEM_SPECIFIC_INITIALIZE_LOADED 1)