mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-08-02 23:57:23 +08:00
9 lines
308 B
CMake
9 lines
308 B
CMake
# Distributed under the OSI-approved BSD 3-Clause License. See accompanying
|
|
# file LICENSE.rst or https://cmake.org/licensing for details.
|
|
|
|
# Re-configure to save learned information.
|
|
configure_file(
|
|
${CMAKE_ROOT}/Modules/CMakeCCompiler.cmake.in
|
|
${CMAKE_PLATFORM_INFO_DIR}/CMakeCCompiler.cmake
|
|
@ONLY)
|