mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-21 05:38:24 -05:00
a9b126b0da
Reconfigure `CMake<LANG>Compiler.cmake` again after linker information is detected.
8 lines
257 B
CMake
8 lines
257 B
CMake
# Distributed under the OSI-approved BSD 3-Clause License. See accompanying
|
|
# file LICENSE.rst or https://cmake.org/licensing for details.
|
|
|
|
# Load the generic ASM test file:
|
|
set(ASM_DIALECT "_NASM")
|
|
include(Internal/CMakeInspectASMLinker)
|
|
set(ASM_DIALECT)
|