From ec4a0938bff41130ed6ca8ffcc6fbe8a9c26b272 Mon Sep 17 00:00:00 2001 From: Andreas Salzburger <Andreas.Salzburger@cern.ch> Date: Wed, 10 Jul 2019 10:34:19 +0200 Subject: [PATCH] fix C++ version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3608ce5b3..6044c2fe7 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ for production usage. ## Build requirements The framework can be build in different configurations. The minimal setup -requires a C++14 compatible compiler, the Intel TBB library, ROOT, and all +requires a C++17 compatible compiler, the Intel TBB library, ROOT, and all requirements of the core ACTS library. Additional packages might be required depending on which of the following built options -- GitLab