blob: 962aaeb77b4ad5e5b6357def900b9753aa0ad294 (
plain)
1
2
3
4
5
6
|
# MSVC has no specific language level or flags to change it.
set(CMAKE_CXX_STANDARD_DEFAULT "")
macro(cmake_record_cxx_compile_features)
record_compiler_features(CXX "" CMAKE_CXX_COMPILE_FEATURES)
endmacro()
|