2015-02-05 00:04:18 +03:00
|
|
|
|
|
|
|
if (NOT CMAKE_CXX_COMPILER_VERSION VERSION_LESS 16.0)
|
|
|
|
# MSVC has no specific language level or flags to change it.
|
|
|
|
set(CMAKE_CXX_STANDARD_DEFAULT "")
|
|
|
|
endif()
|
2015-01-19 23:49:06 +03:00
|
|
|
|
|
|
|
macro(cmake_record_cxx_compile_features)
|
|
|
|
record_compiler_features(CXX "" CMAKE_CXX_COMPILE_FEATURES)
|
|
|
|
endmacro()
|