From 6c3f374e99cccc65024dc5a94a410fd46cbad16d Mon Sep 17 00:00:00 2001 From: Brad King Date: Wed, 10 Jan 2018 14:04:04 -0500 Subject: 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 --- Modules/Compiler/MSVC-ASM.cmake | 1 + 1 file changed, 1 insertion(+) create mode 100644 Modules/Compiler/MSVC-ASM.cmake diff --git a/Modules/Compiler/MSVC-ASM.cmake b/Modules/Compiler/MSVC-ASM.cmake new file mode 100644 index 0000000..45978c5 --- /dev/null +++ b/Modules/Compiler/MSVC-ASM.cmake @@ -0,0 +1 @@ +# This file is loaded when Visual Studio is used for the ASM language. -- cgit v0.12