From 726d5e91b55d4742dcbd6b0a82d84788dbb117b7 Mon Sep 17 00:00:00 2001 From: Giacomo Pozzoni Date: Sat, 8 Feb 2020 18:14:09 +0100 Subject: Build: Enable and require c++17 (#23868) * Build: Enable and require c++17 * Build: Raise Visual Studio version from 2017 15.2 to 2017 15.9 * Build: Raise GCC version from 6.3.0 to 7.1.0 * Reduce branch differences * Fix build after latest merge * Cleanup after latest merge --- cmake/macros/ConfigureBaseTargets.cmake | 1 + 1 file changed, 1 insertion(+) (limited to 'cmake/macros/ConfigureBaseTargets.cmake') diff --git a/cmake/macros/ConfigureBaseTargets.cmake b/cmake/macros/ConfigureBaseTargets.cmake index a59459ee773..95adb992b1a 100644 --- a/cmake/macros/ConfigureBaseTargets.cmake +++ b/cmake/macros/ConfigureBaseTargets.cmake @@ -19,6 +19,7 @@ add_library(trinity-feature-interface INTERFACE) target_compile_features(trinity-feature-interface INTERFACE + cxx_std_17 cxx_alias_templates cxx_auto_type cxx_constexpr -- cgit v1.2.3