summaryrefslogtreecommitdiffstats
path: root/Modules
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2018-01-11 15:22:29 (GMT)
committerKitware Robot <kwrobot@kitware.com>2018-01-11 15:23:08 (GMT)
commit66335350a35e37b347034e81b1d4c5f9218f22d5 (patch)
tree19fb07f06521be94300a2e08a8a203587c27def2 /Modules
parent2d5fdc25df8c8b9f10282b8cbc07cf86f2e0c9b8 (diff)
parent6c3f374e99cccc65024dc5a94a410fd46cbad16d (diff)
downloadCMake-66335350a35e37b347034e81b1d4c5f9218f22d5.zip
CMake-66335350a35e37b347034e81b1d4c5f9218f22d5.tar.gz
CMake-66335350a35e37b347034e81b1d4c5f9218f22d5.tar.bz2
Merge topic 'msvc-asm'
6c3f374e MSVC: Avoid warning when enabling ASM language with C compiler Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !1655
Diffstat (limited to 'Modules')
-rw-r--r--Modules/Compiler/MSVC-ASM.cmake1
1 files changed, 1 insertions, 0 deletions
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.