summaryrefslogtreecommitdiffstats
path: root/Modules/Compiler/MSVC-ASM.cmake
Commit message (Collapse)AuthorAgeFilesLines
* MSVC: Avoid warning when enabling ASM language with C compilerBrad King2018-01-101-0/+1
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