summaryrefslogtreecommitdiffstats
path: root/util/cmake/configurejson2cmake.py
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@qt.io>2020-03-06 13:34:59 +0100
committerJoerg Bornemann <joerg.bornemann@qt.io>2020-03-23 16:42:59 +0100
commit7e4361ffbde92f1530ea8b8ea586db05463de1da (patch)
tree17a941e83d6d3b7ec5efc37493ab28beac97e881 /util/cmake/configurejson2cmake.py
parent67af991c598e85a99d6f6821358658f737e59b3f (diff)
CMake: "Port" the c89, c99 and c11 features
We can ignore the tests for those features and directly ask CMake whether the compiler supports the respective language version. Change-Id: I31cd35493443fea0c6d0b0a5e641768c3bcbe736 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'util/cmake/configurejson2cmake.py')
-rwxr-xr-xutil/cmake/configurejson2cmake.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/util/cmake/configurejson2cmake.py b/util/cmake/configurejson2cmake.py
index 64ab5b749c..afee5156a0 100755
--- a/util/cmake/configurejson2cmake.py
+++ b/util/cmake/configurejson2cmake.py
@@ -761,9 +761,6 @@ def get_feature_mapping():
"alloc_malloc_h": None,
"alloc_stdlib_h": None,
"build_all": None,
- "c11": None,
- "c89": None,
- "c99": None,
"ccache": None,
"compiler-flags": None,
"cross_compile": None,