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:
Brad King
2018-01-10 14:04:04 -05:00
parent ddc4f9a3c0
commit 6c3f374e99
+1
View File
@@ -0,0 +1 @@
# This file is loaded when Visual Studio is used for the ASM language.