| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent c7f3b9e commit 4b960c3
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1057,7 +1057,7 @@ def check_compiler(o): | |||
| 1057 | 1057 | if not ok: | |
| 1058 | 1058 | warn(f'failed to autodetect C++ compiler version (CXX={CXX})') | |
| 1059 | 1059 | elif clang_version < (8, 0, 0) if is_clang else gcc_version < (8, 3, 0): | |
| 1060 | - warn(f'C++ compiler (CXX={CXX}, {version_str}) too old, need g++ 10.1.0 or clang++ 8.0.0') | ||
| 1060 | + warn(f'C++ compiler (CXX={CXX}, {version_str}) too old, need g++ 8.3.0 or clang++ 8.0.0') | ||
| 1061 | 1061 | ||
| 1062 | 1062 | ok, is_clang, clang_version, gcc_version = try_check_compiler(CC, 'c') | |
| 1063 | 1063 | version_str = ".".join(map(str, clang_version if is_clang else gcc_version)) | |
| Back | FazBrowse Home | New Git URL |
0 commit comments