From 2e6d4eb2c1219a0ddf2fedf28d308100c6ac9c90 Mon Sep 17 00:00:00 2001 From: Andrey Astafyev Date: Fri, 15 Feb 2019 15:25:33 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A7=D0=B8=D1=81=D1=82=D0=BA=D0=B0=20=D0=BA?= =?UTF-8?q?=D0=BE=D0=B4=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CMLibCompilerFeaturesHPPGenerate.cmake | 26 +++++++------------------- 1 file changed, 7 insertions(+), 19 deletions(-) diff --git a/CMLibCompilerFeaturesHPPGenerate.cmake b/CMLibCompilerFeaturesHPPGenerate.cmake index d88fd1a..b4bfd3f 100644 --- a/CMLibCompilerFeaturesHPPGenerate.cmake +++ b/CMLibCompilerFeaturesHPPGenerate.cmake @@ -7,24 +7,12 @@ write_compiler_detection_header( FEATURES cxx_nullptr cxx_override + cxx_alignas + cxx_alignof + cxx_attributes + cxx_auto_type + cxx_constexpr + cxx_digit_separators + cxx_range_for ) -# cxx_std_11 -# cxx_alignas -# cxx_alignof -# cxx_attributes -# cxx_auto_type -# cxx_constexpr -# cxx_digit_separators -# cxx_range_for -# ALLOW_UNKNOWN_COMPILERS -# ALLOW_UNKNOWN_COMPILER_VERSIONS -#install(FILES -# compiler_features.hpp -# DESTINATION include -# ) - -#install(FILES -# ${support_files} -# DESTINATION include/compilers -# )