summaryrefslogtreecommitdiff
path: root/share/cmake-3.10/Modules/Platform/Windows-MSVC-C.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'share/cmake-3.10/Modules/Platform/Windows-MSVC-C.cmake')
-rw-r--r--share/cmake-3.10/Modules/Platform/Windows-MSVC-C.cmake5
1 files changed, 5 insertions, 0 deletions
diff --git a/share/cmake-3.10/Modules/Platform/Windows-MSVC-C.cmake b/share/cmake-3.10/Modules/Platform/Windows-MSVC-C.cmake
new file mode 100644
index 0000000..cbe1586
--- /dev/null
+++ b/share/cmake-3.10/Modules/Platform/Windows-MSVC-C.cmake
@@ -0,0 +1,5 @@
+include(Platform/Windows-MSVC)
+if(NOT CMAKE_C_COMPILER_VERSION VERSION_LESS 18.0)
+ set(_FS_C " /FS")
+endif()
+__windows_compiler_msvc(C)