2019-02-12 16:31:17 +00:00
|
|
|
include(WriteCompilerDetectionHeader)
|
|
|
|
|
|
|
|
write_compiler_detection_header(
|
2019-02-12 18:40:30 +00:00
|
|
|
FILE include/compiler_features.hpp
|
2019-02-13 09:55:42 +00:00
|
|
|
PREFIX ${CMLIB_PROJECT_NAME_CANONICAL}
|
2019-02-12 16:31:17 +00:00
|
|
|
COMPILERS GNU Clang MSVC Intel
|
|
|
|
FEATURES
|
|
|
|
cxx_nullptr
|
|
|
|
cxx_override
|
2019-02-15 12:25:33 +00:00
|
|
|
cxx_alignas
|
|
|
|
cxx_alignof
|
|
|
|
cxx_attributes
|
|
|
|
cxx_auto_type
|
|
|
|
cxx_constexpr
|
|
|
|
cxx_digit_separators
|
|
|
|
cxx_range_for
|
2019-02-12 16:31:17 +00:00
|
|
|
)
|
|
|
|
|