CREATE_PROJECT: Drop cxx11 feature

This commit is contained in:
Eugene Sandulenko 2021-10-31 11:45:08 +02:00
parent 63d1d81c5d
commit 886a8c43a1
No known key found for this signature in database
GPG key ID: 014D387312D34F08

View file

@ -1094,7 +1094,6 @@ const Feature s_features[] = {
{ "tts", "USE_TTS", false, true, "Text to speech support"},
{"builtin-resources", "BUILTIN_RESOURCES", false, true, "include resources (e.g. engine data, fonts) into the binary"},
{ "detection-static", "USE_DETECTION_FEATURES_STATIC", false, true, "Static linking of detection objects for engines."},
{ "cxx11", "USE_CXX11", false, true, "Compile with c++11 support"}
};
const Tool s_tools[] = {