mirror of
https://github.com/Kitware/CMake.git
synced 2026-07-11 09:07:46 +00:00
MSVC: Avoid warning when enabling ASM language with C compiler
The `CMakeASMInformation` module warns when no compiler-specific module is found for the `ASM` language. Add a minimal `Compiler/MSVC-ASM` module to avoid the warning for MSVC. Fixes: #17532
This commit is contained in:
1
Modules/Compiler/MSVC-ASM.cmake
Normal file
1
Modules/Compiler/MSVC-ASM.cmake
Normal file
@@ -0,0 +1 @@
|
||||
# This file is loaded when Visual Studio is used for the ASM language.
|
||||
Reference in New Issue
Block a user