Skip to content
Snippets Groups Projects
Commit cee586b4 authored by Stéphane Del Pino's avatar Stéphane Del Pino
Browse files

Change Clang minimal version to 14

parent fdb02a7e
No related branches found
No related tags found
1 merge request!203git subrepo pull packages/HighFive
......@@ -95,7 +95,7 @@ endif()
# Checks if compiler version is compatible with Pugs sources
set(GNU_CXX_MIN_VERSION "10.0.0")
set(CLANG_CXX_MIN_VERSION "11.0.0")
set(CLANG_CXX_MIN_VERSION "14.0.0")
#------------------------------------------------------
# Change Kokkos namespace to avoid conflicts
......
......@@ -13,7 +13,7 @@ that are assembled together by a user friendly language.
For the most basic build, `pugs` only requires
- a C++-20 compiler.
- g++-10 or higher versions
- clang-11 or higher versions
- clang-14 or higher versions
- `CMake` (at least 3.19)
> **Warning**:<br>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment