CREATE_PROJECT: Drop cxx11 feature
This commit is contained in:
parent
63d1d81c5d
commit
886a8c43a1
1 changed files with 0 additions and 1 deletions
|
@ -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[] = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue