https://github.com/Kitware/CMake
Revision dab2ff3e237f1c3c2430e0661281719185ef4eb1 authored by Brad King on 24 February 2017, 18:22:45 UTC, committed by Brad King on 24 February 2017, 18:22:45 UTC
2 parent s ad3bf56 + a9fa6a2
Raw File
Tip revision: dab2ff3e237f1c3c2430e0661281719185ef4eb1 authored by Brad King on 24 February 2017, 18:22:45 UTC
Merge branch 'ExternalProject-checkout-clarify' into release
Tip revision: dab2ff3
CMakeSystemSpecificInitialize.cmake
# Distributed under the OSI-approved BSD 3-Clause License.  See accompanying
# file Copyright.txt or https://cmake.org/licensing for details.


# This file is included by cmGlobalGenerator::EnableLanguage.
# It is included before the compiler has been determined.

include(Platform/${CMAKE_SYSTEM_NAME}-Initialize OPTIONAL)

set(CMAKE_SYSTEM_SPECIFIC_INITIALIZE_LOADED 1)
back to top