mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-20 21:28:23 -05:00
a9b126b0da
Reconfigure `CMake<LANG>Compiler.cmake` again after linker information is detected.
9 lines
314 B
CMake
9 lines
314 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/CMakeOBJCCompiler.cmake.in
|
|
${CMAKE_PLATFORM_INFO_DIR}/CMakeOBJCCompiler.cmake
|
|
@ONLY)
|