From da8e1762831d3dcd2d17fe727bf42fbaf0aac288 Mon Sep 17 00:00:00 2001 From: czoido Date: Tue, 5 May 2020 11:24:28 +0200 Subject: [PATCH] add intel 19.1 to migration settings --- conans/client/migrations_settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conans/client/migrations_settings.py b/conans/client/migrations_settings.py index a924c86a12e..fe2feda16a9 100644 --- a/conans/client/migrations_settings.py +++ b/conans/client/migrations_settings.py @@ -1083,7 +1083,7 @@ libcxx: [libstdc++, libc++] cppstd: [None, 98, gnu98, 11, gnu11, 14, gnu14, 17, gnu17, 20, gnu20] intel: - version: ["11", "12", "13", "14", "15", "16", "17", "18", "19"] + version: ["11", "12", "13", "14", "15", "16", "17", "18", "19", "19.1"] base: gcc: <<: *gcc