diff options
author | Stephen Kelly <steveire@gmail.com> | 2014-04-06 13:55:37 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-01-11 15:47:58 (GMT) |
commit | 225c0ef88bf21c39694b51798390b87328a163de (patch) | |
tree | b14893c8e99b177d01edd660fa4e935e3543c498 /Modules/Platform/Windows-MSVC-CXX.cmake | |
parent | a15675efc3d96906d4e803def2e83fd3bd1cf812 (diff) | |
download | CMake-225c0ef88bf21c39694b51798390b87328a163de.zip CMake-225c0ef88bf21c39694b51798390b87328a163de.tar.gz CMake-225c0ef88bf21c39694b51798390b87328a163de.tar.bz2 |
Features: Record for MSVC 2010-2013.
Diffstat (limited to 'Modules/Platform/Windows-MSVC-CXX.cmake')
-rw-r--r-- | Modules/Platform/Windows-MSVC-CXX.cmake | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Modules/Platform/Windows-MSVC-CXX.cmake b/Modules/Platform/Windows-MSVC-CXX.cmake index 0e85005..89885b8 100644 --- a/Modules/Platform/Windows-MSVC-CXX.cmake +++ b/Modules/Platform/Windows-MSVC-CXX.cmake @@ -4,3 +4,7 @@ if(NOT CMAKE_CXX_COMPILER_VERSION VERSION_LESS 18.0) set(_FS_CXX " /FS") endif() __windows_compiler_msvc(CXX) + +macro(cmake_record_cxx_compile_features) + record_compiler_features(CXX "" CMAKE_CXX_COMPILE_FEATURES) +endmacro() |